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:
Anders F Björklund
2021-10-06 21:35:25 +02:00
parent 85bad0cc7c
commit 6e6388eac4
2 changed files with 7 additions and 2 deletions

View File

@ -398,7 +398,6 @@ func (v *MachineVM) Stop(name string, _ machine.StopOptions) error {
return err
}
fmt.Printf("Successfully stopped machine: %s", name)
return nil
}