mirror of
https://github.com/containers/podman.git
synced 2025-05-30 07:04:03 +08:00
Make stop message more similar to start
[NO TESTS NEEDED] Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
@ -398,7 +398,6 @@ func (v *MachineVM) Stop(name string, _ machine.StopOptions) error {
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Printf("Successfully stopped machine: %s", name)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user