From 4c9ae8398c7f130f3cb7d692fdaa3d4fe232ff64 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 14 Mar 2010 17:04:36 +1300 Subject: [PATCH] io.servers.connection: fix bogus logging --- basis/io/servers/connection/connection.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/servers/connection/connection.factor b/basis/io/servers/connection/connection.factor index fdd42352da..4dfdc13bc9 100644 --- a/basis/io/servers/connection/connection.factor +++ b/basis/io/servers/connection/connection.factor @@ -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 ;