Skip to content

Commit 241bc45

Browse files
committed
debug
1 parent aba6a02 commit 241bc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrench/simgrid_S4U_util/S4U_CommPort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ namespace wrench {
131131
} catch (simgrid::TimeoutException &e) {
132132
WRENCH_INFO("IN THIS TRY CATCH: TIMEOUT (timeoutvalue=%lf)", timeout);
133133
auto failed_recv = pending_receives.get_failed_activity();
134-
WRENCH_INFO("----> %s", failed_recv->get_cname());
134+
std::cerr << "MB_COMM_>STATE = " << mb_comm->get_state_str() << "\n";
135135
if (failed_recv == mb_comm) {
136136
WRENCH_INFO("THE TIMED OUT ACTIVITY WAS MB_COMM");
137137
mq_comm->cancel();

0 commit comments

Comments
 (0)