Log on graceful exit

This commit is contained in:
Félix Saparelli 2021-08-23 03:36:10 +12:00
parent 9b94f18890
commit 4a9168f5e6
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ impl Watchexec {
Err(e)
}
})
.map(|_| {
debug!("main task graceful exit");
})
});
trace!("done with setup");