diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-03 01:35:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 01:35:54 +0100 |
commit | a245da1e52b63c451f4683f7a9b225aa49521939 (patch) | |
tree | 4c8041e9d711d7cdf00be6e1fe8c1b7543a7c857 /pkg | |
parent | 33643f4b093db36b73f1cbb6f6206be431869c3c (diff) | |
parent | 6e6388eac4a6e7bc771452102b87b78e40aaa65c (diff) | |
download | podman-a245da1e52b63c451f4683f7a9b225aa49521939.tar.gz podman-a245da1e52b63c451f4683f7a9b225aa49521939.tar.bz2 podman-a245da1e52b63c451f4683f7a9b225aa49521939.zip |
Merge pull request #12157 from afbjorklund/stop-message
Make stop message more similar to start
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/machine/qemu/machine.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/machine/qemu/machine.go b/pkg/machine/qemu/machine.go index 4d8242e39..a7174aac3 100644 --- a/pkg/machine/qemu/machine.go +++ b/pkg/machine/qemu/machine.go @@ -398,7 +398,6 @@ func (v *MachineVM) Stop(name string, _ machine.StopOptions) error { return err } - fmt.Printf("Successfully stopped machine: %s", name) return nil } |