ENH use logger for usage in vbox script

This commit is contained in:
Nathan Dwarshuis 2023-01-01 11:46:33 -05:00
parent b3f07ba590
commit 335fa7b460
1 changed files with 1 additions and 1 deletions

View File

@ -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