From c05351e18791316c0746196fddffe50baa82eb91 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 10 Dec 2023 00:51:57 -0500 Subject: [PATCH] Improve log message --- snapshot/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot/store.go b/snapshot/store.go index ab14d7c6..6fdcca6e 100644 --- a/snapshot/store.go +++ b/snapshot/store.go @@ -232,7 +232,7 @@ func (s *Store) check() (retError error) { syncDirMaybe(s.dir) s.logger.Printf("check complete") }() - s.logger.Printf("checking snapshot store at %s", s.dir) + s.logger.Printf("checking consistency of snapshot store at %s", s.dir) if err := RemoveAllTmpSnapshotData(s.dir); err != nil { return err