Skip to content

Commit c440a48

Browse files
committed
chore: better log message
1 parent 1c74f26 commit c440a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cache/badger/badger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func New(path string, conf *config.Config, log logger.Logger) (*Cache, error) {
7373

7474
compress := conf.GetBool("BadgerDB.Dedup.Compress", true)
7575
if compress {
76-
log.Infon("BadgerDB.Dedup.Compress is enabled, using gzip compression")
76+
log.Infon("BadgerDB.Dedup.Compress is enabled, using gzip compression for snapshots")
7777
}
7878

7979
db, err := badger.Open(opts)

0 commit comments

Comments
 (0)