Skip to content

Commit

Permalink
Demote unsynced context warning to info log level
Browse files Browse the repository at this point in the history
As the preceding code comment points out, this is usually harmless and
may confuse players.
  • Loading branch information
irydacea committed Apr 2, 2015
1 parent 77b8114 commit 1cd9110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replay.cpp
Expand Up @@ -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.\n";
LOG_REPLAY << "MP synchronization called during an unsynced context.\n";
return uch.query_user();
}
if(is_too_early && uch.is_visible())
Expand Down

0 comments on commit 1cd9110

Please sign in to comment.