We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a8959 commit 1b55bd9Copy full SHA for 1b55bd9
src/wrench/simgrid_S4U_util/S4U_Daemon.cpp
@@ -184,6 +184,8 @@ namespace wrench {
184
throw std::runtime_error("S4U_Daemon::startDaemon(): SimGrid actor creation failed... shouldn't happen.");
185
}
186
187
+ WRENCH_INFO("STARTED ACTOR %p (%s)", this->s4u_actor, this->process_name.c_str());
188
+
189
// nullptr is returned if the host is off (not the current behavior in SimGrid... just paranoid here)
190
if (this->s4u_actor == nullptr) {
191
throw ExecutionException(std::make_shared<HostError>(hostname));
0 commit comments