X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c751cd28aa259c0de238a785fcdde9b099625d0b..a92d7b716f51a53dea7f59db8524d4add713b910:/src/msg/msg_actions.cpp diff --git a/src/msg/msg_actions.cpp b/src/msg/msg_actions.cpp index 4d9d7ef381..b5d171a0d7 100644 --- a/src/msg/msg_actions.cpp +++ b/src/msg/msg_actions.cpp @@ -36,7 +36,7 @@ msg_error_t MSG_action_trace_run(char *path) msg_error_t res = MSG_main(); - if (!simgrid::xbt::action_queues.empty()) { + if (not simgrid::xbt::action_queues.empty()) { XBT_WARN("Not all actions got consumed. If the simulation ended successfully (without deadlock)," " you may want to add new processes to your deployment file.");