Skip to content

Commit

Permalink
Print the name of the zoom level before dezooming
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Aug 12, 2019
1 parent 1a05161 commit a7fbd13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ fn find_zoomlevel(args: &Arguments) -> Result<ZoomLevel, ZoomError> {

fn dezoomify(args: Arguments) -> Result<(), ZoomError> {
let zoom_level = find_zoomlevel(&args)?;
println!("Dezooming {}", zoom_level.name());

let http_client = client(zoom_level.http_headers())?;

Expand Down

0 comments on commit a7fbd13

Please sign in to comment.