Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Decrease verbosity when test pass
authorFabien Chaix <chaix@ics.forth.gr>
Tue, 17 May 2022 10:44:06 +0000 (13:44 +0300)
committerFabien Chaix <chaix@ics.forth.gr>
Thu, 19 May 2022 07:27:10 +0000 (10:27 +0300)
teshsuite/s4u/comm-fault-scenarios/comm-fault-scenarios.cpp

index 968eb04..6be8fb9 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);