Skip to content

Commit 1b55bd9

Browse files
committed
debugging
1 parent 23a8959 commit 1b55bd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wrench/simgrid_S4U_util/S4U_Daemon.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ namespace wrench {
184184
throw std::runtime_error("S4U_Daemon::startDaemon(): SimGrid actor creation failed... shouldn't happen.");
185185
}
186186

187+
WRENCH_INFO("STARTED ACTOR %p (%s)", this->s4u_actor, this->process_name.c_str());
188+
187189
// nullptr is returned if the host is off (not the current behavior in SimGrid... just paranoid here)
188190
if (this->s4u_actor == nullptr) {
189191
throw ExecutionException(std::make_shared<HostError>(hostname));

0 commit comments

Comments
 (0)