aboutsummaryrefslogtreecommitdiff
path: root/lobby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lobby.cpp')
-rw-r--r--lobby.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lobby.cpp b/lobby.cpp
index e6811b6..21774d4 100644
--- a/lobby.cpp
+++ b/lobby.cpp
@@ -135,7 +135,7 @@ void Lobby::set_size_and_pos(QWidget *p_widget, QString p_identifier)
if (design_ini_result.width < 0 || design_ini_result.height < 0)
{
- call_error(" could not find \"" + p_identifier + "\" in lobby_design.ini");
+ qDebug() << "W: could not find " << p_identifier << " in lobby_design.ini";
}
}