put full path in debug log

This commit is contained in:
stonedDiscord 2020-03-01 14:37:32 +01:00
parent 2e8ae44167
commit 88b686b9d1

View File

@ -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"