Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Decrease verbosity when test pass
[simgrid.git] / teshsuite / s4u / comm-fault-scenarios / comm-fault-scenarios.cpp
index 968eb041a2ea0945f078770be11ad5e0f283f46f..6be8fb945f0b8536a7a7afab2dff5889427a5135 100644 (file)
@@ -266,7 +266,7 @@ class SendAgent {
     if (outcome != expected) {
       XBT_ERROR("Expected %s but got %s in %s", to_string(expected), to_string(outcome), scenario_string.c_str());
     } else {
-      XBT_INFO("OK: %s", scenario_string.c_str());
+      XBT_DEBUG("OK: %s", scenario_string.c_str());
     }
     sg4::this_actor::sleep_until(end_time);
 
@@ -400,7 +400,7 @@ class ReceiveAgent {
     if (outcome != expected) {
       XBT_ERROR("Expected %s but got %s in %s", to_string(expected), to_string(outcome), scenario_string.c_str());
     } else {
-      XBT_INFO("OK: %s", scenario_string.c_str());
+      XBT_DEBUG("OK: %s", scenario_string.c_str());
     }
     sg4::this_actor::sleep_until(end_time);