Skip to content

Commit

Permalink
add comment in synced_context.cpp
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gfgtdf committed Jun 10, 2014
1 parent 2b9fc97 commit f1c4485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/synced_context.cpp
Expand Up @@ -40,6 +40,7 @@ bool synced_context::run_in_synced_context(const std::string& commandname, const
if(!recorder.at_end() && store_in_replay)
{
//Most likeley we are in a replay now.
//We don't want to execute [do_command] & similar now
WRN_REPLAY << "invalid run_in_synced_context call ignored" << std::endl;
return false;
}
Expand Down

0 comments on commit f1c4485

Please sign in to comment.