Skip to content

Commit

Permalink
idk how this was not an error
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsupermanhd committed Oct 8, 2024
1 parent cd2fb6a commit 7696148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/joiningscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 7696148

Please sign in to comment.