web: loosen "starting web browser" message for servers

This commit is contained in:
Simon Michael 2013-06-01 11:40:00 -07:00
parent 41277766fc
commit c744451dfa

View File

@ -72,7 +72,7 @@ web opts j = do
hFlush stdout
runSettings defaultSettings{settingsPort=p} app
else do
putStrLn "Starting web browser"
putStrLn "Starting web browser if possible"
putStrLn "Web app will auto-exit after a few minutes with no browsers (or press ctrl-c)"
hFlush stdout
runUrlPort p "" app