pull/146/head
Chip Senkbeil 2 years ago
parent 50de0745b5
commit 4107648f65
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -48,7 +48,7 @@ impl ShutdownTimer {
// Create a timer that will complete after `duration`
Shutdown::Lonely(duration) => {
info!(
"Server shutdown timer configured: terminate after no activity in {}s",
"Server shutdown timer configured: terminate after no activity for {}s",
duration.as_secs_f32()
);
Timer::new(duration, async move {

Loading…
Cancel
Save