From 88b686b9d1ea9a0d9b335a2f08d3a3ba7607ff88 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 1 Mar 2020 14:37:32 +0100 Subject: [PATCH] put full path in debug log --- src/lobby.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lobby.cpp b/src/lobby.cpp index 8744d6b..d817266 100644 --- a/src/lobby.cpp +++ b/src/lobby.cpp @@ -69,7 +69,7 @@ void Lobby::set_widgets() if (f_lobby.width < 0 || f_lobby.height < 0) { - qDebug() << "W: did not find lobby width or height in " << filename; + qDebug() << "W: did not find lobby width or height in " << ao_app->get_theme_path(filename); // Most common symptom of bad config files and missing assets. call_notice(tr("It doesn't look like your client is set up correctly.\n"