mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +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"))
|
||||
} else {
|
||||
log::info!("Got request for {:?}", url);
|
||||
log::info!("Got request for {:?}", url.as_str());
|
||||
Ok(url)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue