mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 09:53:32 +00:00
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:
parent
8449b2cad7
commit
b0cd83a065
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user