Skip to content

Commit

Permalink
There's a bit too much url space there?
Browse files Browse the repository at this point in the history
  • Loading branch information
strawmelonjuice committed Aug 4, 2024
1 parent e9ad257 commit 5ec760e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Main/requestresponse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub(crate) async fn serve(
let coninfo = req.connection_info();
let ip = coninfo.realip_remote_addr().unwrap_or("<unknown IP>");
config_clone.tell(format!(
"{}\t{:>45.47}\t\t{}\t{}",
"{}\t{:>25.27}\t\t{}\t{}",
"Request/200".bright_green(),
req.path(),
ip,
Expand All @@ -96,7 +96,7 @@ pub(crate) async fn serve(
let coninfo = req.connection_info().clone();
let ip = coninfo.realip_remote_addr().unwrap_or("<unknown IP>");
warn!(
"{}\t{:>45.47}\t\t{}",
"{}\t{:>25.27}\t\t{}",
"Request/404".bright_red(),
req.path(),
ip
Expand Down

0 comments on commit 5ec760e

Please sign in to comment.