diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-03-01 14:37:32 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2020-03-01 14:37:32 +0100 |
| commit | 88b686b9d1ea9a0d9b335a2f08d3a3ba7607ff88 (patch) | |
| tree | 3df25c52b57a82ba6feda3abb47d1e6fba332b51 /src/lobby.cpp | |
| parent | 2e8ae4416773491cead742957f96a8af839161be (diff) | |
put full path in debug log
Diffstat (limited to 'src/lobby.cpp')
| -rw-r--r-- | src/lobby.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp index 8744d6b0..d8172667 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" |
