Reduce the level of a warning.

In the new dialogs an empty image is quite common so reduced the
warning level to avoid flooding the output.
This commit is contained in:
Mark de Wever 2009-02-01 16:03:13 +00:00
parent 8449b2cad7
commit b0cd83a065

View File

@ -615,7 +615,7 @@ void timage::draw(surface& canvas,
const std::string& name = image_name_(variables);
if(name.empty()) {
ERR_G_D << "Image: formula returned no value, will not be drawn.\n";
DBG_G_D << "Image: formula returned no value, will not be drawn.\n";
return;
}