Fix typo in debug output.
This commit is contained in:
parent
593870cf27
commit
aed8edf30b
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ timage::timage(const config& cfg)
|
|||
|
||||
if(!tmp) {
|
||||
ERR_GUI_D << "Image: '" << cfg["name"]
|
||||
<< "'not found and won't be drawn.\n";
|
||||
<< "' not found and won't be drawn.\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue