aboutsummaryrefslogtreecommitdiff
path: root/src/aoimage.cpp
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-12-25 22:57:51 -0600
committerGitHub <noreply@github.com>2021-12-25 22:57:51 -0600
commita180600bf4950cc547d11285a2ffbe46f7b63e9f (patch)
tree2d559417c88ed5ab28abf102694757cf5ae59448 /src/aoimage.cpp
parentc57afe821e637fe08467848190a83553d913aaa6 (diff)
parentee1bcbe79240eb8bb50d0506028e9824b58e41f5 (diff)
Merge pull request #623 from AttorneyOnline/feature/debug-log
Remove MS chat and add debug log
Diffstat (limited to 'src/aoimage.cpp')
-rw-r--r--src/aoimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aoimage.cpp b/src/aoimage.cpp
index 82e17b98..b84a279f 100644
--- a/src/aoimage.cpp
+++ b/src/aoimage.cpp
@@ -30,7 +30,7 @@ bool AOImage::set_image(QString p_image, QString p_misc)
ao_app->default_theme, p_misc, "", "", is_static || !ao_app->get_animated_theme());
if (!file_exists(p_image)) {
- qDebug() << "Warning: Image" << p_image << "not found! Can't set!";
+ qWarning() << "Image" << p_image << "not found! Can't set!";
return false;
}
path = p_image;