Skip to content
Snippets Groups Projects
Unverified Commit a5d4ff7a authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Improve CACHE MISS message

parent d8c1119a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -212,7 +212,7 @@ func (f *s3Storage) Read(path string, etag string) ([]byte, error) {
}
} else if os.IsNotExist(err) {
atomic.AddInt64(&f.cacheMiss, 1)
logrus.Infoln("CACHE MISS: ", path)
logrus.Infoln("CACHE MISS:", path)
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment