Tweak formatting of URLs in logs

This commit is contained in:
Matt Brubeck 2020-11-20 14:16:14 -08:00
parent 39e17828bb
commit b88cffb75e

View file

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