Skip to content

Commit

Permalink
io.servers.connection: fix bogus logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava Pestov committed Mar 14, 2010
1 parent 02ac61c commit b196554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/io/servers/connection/connection.factor
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ M: threaded-server handle-client* handler>> call( -- ) ;
[ timeout>> timeouts ] [ handle-client* ] bi
] with-stream ;

\ handle-client ERROR add-error-logging
\ handle-client NOTICE add-error-logging

: thread-name ( server-name addrspec -- string )
unparse-short " connection from " glue ;
Expand Down

0 comments on commit b196554

Please sign in to comment.