Skip to content

Commit

Permalink
change debug message
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Mar 6, 2024
1 parent 63df62d commit 808a058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/snapshotter/loopdevice.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ func (l *LoopDevice) legacyImageToSnapsot(image string) error {
return err
}
if id > 1 {
l.cfg.Logger.Debugf("Skipping legacy image migration, there are already snapshots in the system")
l.cfg.Logger.Debugf("Skipping legacy image migration, some snapshot already found in the system")
return nil
}
l.cfg.Logger.Debugf("Migrating image %s to snapshot %d", image, id)
Expand Down

0 comments on commit 808a058

Please sign in to comment.