mirror of
https://github.com/fafhrd91/actix-net
synced 2025-09-02 22:26:37 +02:00
normalize logs capital letter (#463)
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
@@ -78,7 +78,7 @@ where
|
||||
Ok(())
|
||||
}
|
||||
Err(err) => {
|
||||
error!("Can not convert to an async tcp stream: {}", err);
|
||||
error!("can not convert to an async TCP stream: {}", err);
|
||||
Err(())
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user