mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-09 13:05:29 +00:00
Tweak formatting of URLs in logs
This commit is contained in:
parent
39e17828bb
commit
b88cffb75e
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ async fn parse_request<R: Read + Unpin>(
|
||||||
}) {
|
}) {
|
||||||
Err((59, "port did not match"))
|
Err((59, "port did not match"))
|
||||||
} else {
|
} else {
|
||||||
log::info!("Got request for {:?}", url);
|
log::info!("Got request for {:?}", url.as_str());
|
||||||
Ok(url)
|
Ok(url)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue