Skip to content

Commit

Permalink
log fix for tile cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Dec 22, 2017
1 parent af68ddd commit 4b11d4b
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 4b11d4b

Please sign in to comment.