Skip to content

Commit

Permalink
Use a slightly smaller label
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Mar 14, 2014
1 parent ca65613 commit ff9e082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snap/Internal/Http/Server/SimpleBackend.hs
Expand Up @@ -123,7 +123,7 @@ acceptThread defaultTimeout handler tmgr elog cpu sock exitMVar =
setSocketOption s NoDelay 1
debug $ "acceptThread: accepted connection from remote: " ++ show addr
let label = S.concat
[ "snap-server: connection from remote: "
[ "snap-server: connection from: "
, SC.pack (show addr)
, " on socket: "
, SC.pack (show (fdSocket s))
Expand Down

0 comments on commit ff9e082

Please sign in to comment.