chore(log): update to log 0.4

This commit is contained in:
Sean McArthur
2018-01-04 14:50:18 -08:00
parent 6ade21aa7f
commit 34f0dba6dc
12 changed files with 26 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ use futures::stream::Stream;
use hyper::Client;
fn main() {
pretty_env_logger::init().unwrap();
pretty_env_logger::init();
let url = match env::args().nth(1) {
Some(url) => url,