1
0
Fork 0

Improve log message

master
Philip O'Toole 9 months ago
parent dcc23a7968
commit c05351e187

@ -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

Loading…
Cancel
Save