From 7696148dce095ba2142fa6c2f8aedb73e1b1baec Mon Sep 17 00:00:00 2001 From: maxsupermanhd Date: Tue, 8 Oct 2024 18:56:29 +0300 Subject: [PATCH] idk how this was not an error --- src/screens/joiningscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/joiningscreen.cpp b/src/screens/joiningscreen.cpp index 7797018ccb1..e9e5c1fe265 100644 --- a/src/screens/joiningscreen.cpp +++ b/src/screens/joiningscreen.cpp @@ -984,7 +984,7 @@ void WzJoiningGameScreen_HandlerRoot::handleJoinTimeoutError() } currentJoiningState = JoiningState::Failure; - debug(LOG_INFO, "Failed to join with timeout, state was: %s", reason); + debug(LOG_INFO, "Failed to join with timeout, state was: %s", reason.c_str()); joiningProgressForm->displayUnableToJoinError(astringf(_("Host did not respond before timeout, state: %s"), reason.c_str()).c_str()); joiningProgressForm->callCalcLayout();