Skip to content

Commit 99519f8

Browse files
committed
logging fmortting
1 parent 40abf31 commit 99519f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cache/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func saveCacheToDisk(c context.Context, persistentCache bool) {
9292
if _, err := os.Stat(PersistentCacheDir); err != nil {
9393
err = os.MkdirAll(PersistentCacheDir, 0755)
9494
if err != nil {
95-
log.Error("failed to create persistence cache file: %w", err)
95+
log.Error("failed to create persistence cache file", "err", err)
9696
return
9797
}
9898
}

0 commit comments

Comments
 (0)