Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Oct 30, 2024
1 parent 4289a46 commit dac4a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions relay-system/src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ impl ShutdownHandle {
}
}

relay_log::trace!("notified by err");
Shutdown { timeout: None }
}

Expand Down Expand Up @@ -278,6 +279,7 @@ async fn monitor_shutdown(timeout: Duration) -> io::Result<()> {
tx.send(Some(Shutdown { timeout })).ok();
}

relay_log::trace!("EXIT MONITOR");
Ok(())
}

Expand Down

0 comments on commit dac4a80

Please sign in to comment.