Add missing line break to log message (bug #23073)

This commit is contained in:
Ignacio R. Morelle 2014-12-21 18:56:12 -03:00
parent 618023e857
commit 7970552244

View file

@ -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())