Add missing line break to log message (bug #23073)
This commit is contained in:
parent
618023e857
commit
7970552244
1 changed files with 1 additions and 1 deletions
|
@ -1148,7 +1148,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();
|
||||
}
|
||||
if(is_too_early && uch.is_visible())
|
||||
|
|
Loading…
Add table
Reference in a new issue