Skip to content

Commit 79b07c2

Browse files
LucasLLCfacebook-github-bot
authored andcommitted
Downgrade "unknown child" (#410)
Summary: Pull Request resolved: #410 Getting spammed with a lot of these Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: amirafzali Differential Revision: D77390749 fbshipit-source-id: f262e9bf0436a62420bc279c91069a63fbc496dc
1 parent b14850c commit 79b07c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperactor/src/proc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ impl<A: Actor> Instance<A> {
10651065
if let Some(child) = result {
10661066
self.cell.unlink(&child);
10671067
} else {
1068-
tracing::warn!("received signal for unknown child pid {}", pid);
1068+
tracing::debug!("received signal for unknown child pid {}", pid);
10691069
}
10701070
},
10711071
}

0 commit comments

Comments
 (0)