diff --git a/bin/vbox-start.hs b/bin/vbox-start.hs index 3ba0228..b911726 100644 --- a/bin/vbox-start.hs +++ b/bin/vbox-start.hs @@ -43,7 +43,7 @@ runAndWait [n] = do p <- vmPID i liftIO $ mapM_ waitUntilExit p err = logError "Could not get machine ID" -runAndWait _ = liftIO $ putStrLn "Usage: vbox-start VBOXNAME" +runAndWait _ = logInfo "Usage: vbox-start VBOXNAME" vmLaunch :: T.Text -> RIO SimpleApp () vmLaunch i = do