Windows fix

This commit is contained in:
mdecimus
2024-08-01 17:44:24 +02:00
parent 3cb8918d2e
commit 644496db45
3 changed files with 4 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ pub async fn wait_for_shutdown() {
Ok(()) => "SIGINT",
Err(err) => {
trc::event!(
Server(trc::ServerEvent::Error),
Server(trc::ServerEvent::ThreadError),
Details = "Unable to listen for shutdown signal",
Reason = err.to_string(),
);