Commit f8bd74af authored by Cyrill Troxler's avatar Cyrill Troxler
Browse files

Fix log output

parent a468d955
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}