Skip to content

Commit c402cc8

Browse files
committed
limactl start: print vmType
Signed-off-by: Akihiro Suda <[email protected]>
1 parent ce577b2 commit c402cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/start/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ func Start(ctx context.Context, inst *store.Instance) error {
114114
if _, err := os.Stat(haPIDPath); !errors.Is(err, os.ErrNotExist) {
115115
return fmt.Errorf("instance %q seems running (hint: remove %q if the instance is not actually running)", inst.Name, haPIDPath)
116116
}
117+
logrus.Infof("Starting the instance %q with VM driver %q", inst.Name, inst.VMType)
117118

118119
haSockPath := filepath.Join(inst.Dir, filenames.HostAgentSock)
119120

0 commit comments

Comments
 (0)