Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve the logging level of that message that is relatively important
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 5 Apr 2023 20:38:06 +0000 (22:38 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 5 Apr 2023 20:38:12 +0000 (22:38 +0200)
src/mc/remote/AppSide.cpp

index 18315d3..958869a 100644 (file)
@@ -179,7 +179,7 @@ void AppSide::handle_fork(const s_mc_message_int_t* msg)
     answer.value              = getpid();
     xbt_assert(channel_.send(answer) == 0, "Could not send response to WAIT_CHILD_REPLY: %s", strerror(errno));
   } else {
-    XBT_DEBUG("App %d forks subprocess %d.", getpid(), pid);
+    XBT_VERB("App %d forks subprocess %d.", getpid(), pid);
   }
 }
 void AppSide::handle_wait_child(const s_mc_message_int_t* msg)