io.servers.connection: fix bogus logging

db4
Slava Pestov 2010-03-14 17:04:36 +13:00
parent 937b05f1de
commit 4c9ae8398c
1 changed files with 1 additions and 1 deletions
basis/io/servers/connection

View File

@ -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 ;