Skip to content

Commit e3d9960

Browse files
committed
warn to info
1 parent ee625f7 commit e3d9960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binaries/cuprated/src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl CommandHandle {
4747
let result = handle_command(&req.input, &mut context_svc, &shutdown_token).await;
4848
drop(req.resp.send(result));
4949
}
50-
tracing::warn!("Command handler shut down.");
50+
tracing::info!("Command handler shut down.");
5151
});
5252

5353
Self { tx }

0 commit comments

Comments
 (0)