Skip to content

Commit

Permalink
Merge branch 'issue-107' into issue-107-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Jan 4, 2018
2 parents b8fdb8d + bc31360 commit 89973a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/middleware_tile_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TileCacheHandler(next http.Handler) http.Handler {
}

if err := cacher.Set(key, buff.Bytes()); err != nil {
log.Println("cache response writer err: %v", err)
log.Printf("cache response writer err: %v", err)
}
return
}
Expand Down

0 comments on commit 89973a8

Please sign in to comment.