Skip to content

Commit 6899a71

Browse files
committed
Log what message we couldn't notify the listener about
1 parent 52f6a5d commit 6899a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/base/orchestrator/src/coordinator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,7 @@ impl Commander {
24382438
continue;
24392439
}
24402440

2441-
warn!(job_id, "no listener to notify");
2441+
warn!(job_id, msg_name = msg.as_ref(), "no listener to notify");
24422442
}
24432443

24442444
Gc => {

0 commit comments

Comments
 (0)