Skip to content

Commit

Permalink
Add missing line break to log message (bug #23073)
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Dec 21, 2014
1 parent 8a8bc90 commit 9b21df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replay.cpp
Expand Up @@ -1149,7 +1149,7 @@ config mp_sync::get_user_choice(const std::string &name, const mp_sync::user_cho
//we got called from inside luas wesnoth.synchronize_choice or from a select event (or maybe a preload event?).
//This doesn't cause problems and someone could use it for example to use a [message][option] inside a wesnoth.synchronize_choice which could be useful,
//so just give a warning.
WRN_REPLAY << "MP synchronization called during an unsynced context.";;
WRN_REPLAY << "MP synchronization called during an unsynced context.\n";
return uch.query_user(side);
}
if(is_too_early && uch.is_visible())
Expand Down

0 comments on commit 9b21df3

Please sign in to comment.