better wording
This commit is contained in:
parent
96b6db4755
commit
8691274c56
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ processRequests = do
|
|||
void $ liftIO $ forkIO $ forever $ acceptConnection mainSocket socketList queue
|
||||
where
|
||||
acceptConnection mainSocket socketList queue = do
|
||||
putStrLn "New connection request incoming…"
|
||||
putStrLn "Ready for new connection requests…"
|
||||
(clientSock, _) <- accept mainSocket
|
||||
clientThreadId <- liftIO $ forkIO $ forever $ do
|
||||
receiveMessage clientSock queue socketList
|
||||
|
|
Loading…
Reference in a new issue