1
0
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:
Iskandarov Lev
2022-07-22 22:53:06 +03:00
committed by GitHub
parent 283974f3e6
commit 126ed4c2e3
13 changed files with 39 additions and 38 deletions

View File

@@ -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(())
}
})