fix(logging): adjust several logging messages

Closes #148
This commit is contained in:
Sean McArthur
2014-11-28 18:03:37 -08:00
parent ed6faceec3
commit 07cf414e17
5 changed files with 10 additions and 5 deletions

View File

@@ -13,4 +13,5 @@ fn hello(_: Request, res: Response) {
fn main() {
hyper::Server::http(Ipv4Addr(127, 0, 0, 1), 3000).listen(hello).unwrap();
println!("Listening on http://127.0.0.1:3000");
}