diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-25 19:17:27 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-25 19:17:27 -0600 |
| commit | ecfe6f2542d73e9559b75a502f6eebffe63a76cf (patch) | |
| tree | 6ceea4666ade907af6e9a1ac79e5dc4763403c49 /src/aoimage.cpp | |
| parent | d1fb7fde16ec37dfa7b13e0a02489417655d315d (diff) | |
Change master chat in courtroom to debug log
Since the MS chat has been disabled for quite some time now (and we aren't planning on bringing it back since Discord, Guilded etc. have better chat features), I decided to go ahead and change the pane into a debug log to keep it useful and avoid creating a gaping hole in themes.
Though, maybe it is worth removing the whole switcher and keeping the debug log hidden away where it can't scare people.
Diffstat (limited to 'src/aoimage.cpp')
| -rw-r--r-- | src/aoimage.cpp | 2 |
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; |
