Skip to content

Commit 22bf634

Browse files
committed
fix lint
Signed-off-by: Bin Du <bindu@microsoft.com>
1 parent e9d8229 commit 22bf634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/snapshot/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ func (o *snapshotter) attachAndMountBlockDevice(ctx context.Context, snID string
447447
if err := lookup(o.overlaybdMountpoint(snID)); err == nil {
448448
return nil
449449
} else {
450-
log.G(ctx).Infof(err.Error())
450+
log.G(ctx).Info(err.Error())
451451
}
452452
device, err := AttachDevice(ctx,
453453
NewAttachDeviceParams(

0 commit comments

Comments
 (0)