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 ccfa6ee commit 224d36dCopy full SHA for 224d36d
src/sys/wait.rs
@@ -14,7 +14,7 @@
14
//! break
15
//! },
16
//! Ok(WaitStatus::Stopped(pid, signal)) => {
17
-//! println!("Process '{}' stopped with signal '{}'", pid, signal);
+//! println!("Process '{}' stopped with signal '{:?}'", pid, signal);
18
19
//! Ok(WaitStatus::Continued(pid)) => {
20
//! println!("Process '{}' continued", pid);
0 commit comments