Fix log output
This commit is contained in:
parent
a468d955bc
commit
f8bd74afb9
1 changed files with 1 additions and 1 deletions
|
@ -148,6 +148,6 @@ func formatFs(fsType string, device string) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("Error formatting disk: %s", out)
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue