web: change probably misleading startup message
This commit is contained in:
		
							parent
							
								
									bb50382446
								
							
						
					
					
						commit
						092c9ad7a7
					
				@ -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
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user