web: change probably misleading startup message

This commit is contained in:
Simon Michael 2009-09-23 22:33:19 +00:00
parent bb50382446
commit 092c9ad7a7

View File

@ -60,7 +60,7 @@ web opts args l = do
server opts args l server opts args l
else do else do
-- start the server (in background, so we can..) then start the web browser -- start the server (in background, so we can..) then start the web browser
printf "starting web interface at %s\n" homeurl printf "starting web interface on port %d\n" tcpport
tid <- forkIO $ server opts args l tid <- forkIO $ server opts args l
putStrLn "starting web browser" putStrLn "starting web browser"
openBrowserOn homeurl openBrowserOn homeurl