mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-29 03:49:19 +02:00
normalize logs capital letter (#463)
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
@@ -70,7 +70,7 @@ impl Signals {
|
||||
.map(|tokio_sig| (*sig, tokio_sig))
|
||||
.map_err(|e| {
|
||||
tracing::error!(
|
||||
"Can not initialize stream handler for {:?} err: {}",
|
||||
"can not initialize stream handler for {:?} err: {}",
|
||||
sig,
|
||||
e
|
||||
)
|
||||
|
Reference in New Issue
Block a user