Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dev-add_comm_fault_scenario2' into 'master'
[simgrid.git] / teshsuite / s4u / comm-fault-scenarios / comm-fault-scenarios.cpp
index d98febd0298b8fad6f22bbd33959c529dbdeb6ab..cec1e2a33fff89a74561452bb22e4dc56161e66b 100644 (file)
@@ -216,7 +216,7 @@ public:
   void operator()()
   {
     run_++;
-    XBT_DEBUG("Host %i starts run %i and scenario %lu.", id_, run_, scenario_);
+    XBT_DEBUG("Host %i starts run %i and scenario %zu.", id_, run_, scenario_);
     while (scenario_ < ctx_.scenarios.size()) {
       const Scenario& s = ctx_.scenarios[scenario_];
       scenario_++;
@@ -346,7 +346,7 @@ public:
   void operator()()
   {
     run_++;
-    XBT_DEBUG("Host %i starts run %i and scenario %lu.", id_, run_, scenario_);
+    XBT_DEBUG("Host %i starts run %i and scenario %zu.", id_, run_, scenario_);
     mbox_eager->set_receiver(sg4::Actor::self());
     while (scenario_ < ctx_.scenarios.size()) {
       const Scenario& s = ctx_.scenarios[scenario_];