diff --git a/pkg/s3/mounter_s3backer.go b/pkg/s3/mounter_s3backer.go index cc9318b..f5ee1c0 100644 --- a/pkg/s3/mounter_s3backer.go +++ b/pkg/s3/mounter_s3backer.go @@ -148,6 +148,6 @@ func formatFs(fsType string, device string) error { if err != nil { return fmt.Errorf("Error formatting disk: %s", out) } - glog.Info("Formatting fs with type %s, out: %s", fsType, out) + glog.Infof("Formatting fs with type %s", fsType) return nil }