[nio-cvs] r91 - branches/home/psmith/restructure/src/io
psmith at common-lisp.net
psmith at common-lisp.net
Sun Feb 18 00:45:13 UTC 2007
Author: psmith
Date: Sat Feb 17 19:45:13 2007
New Revision: 91
Modified:
branches/home/psmith/restructure/src/io/nio-server.lisp
Log:
moved very verbose to another level
Modified: branches/home/psmith/restructure/src/io/nio-server.lisp
==============================================================================
--- branches/home/psmith/restructure/src/io/nio-server.lisp (original)
+++ branches/home/psmith/restructure/src/io/nio-server.lisp Sat Feb 17 19:45:13 2007
@@ -41,7 +41,7 @@
(defun process-async-fds (client-hash)
(let ((removals nil))
(maphash #'(lambda (k async-fd)
-#+nio-debug (format-log t "Dealing with ~a => ~a~%" k async-fd)
+#+nio-debug2 (format-log t "Dealing with ~a => ~a~%" k async-fd)
;process reads
(handler-case
More information about the Nio-cvs
mailing list