[nio-cvs] r87 - branches/home/psmith/restructure/src/nio-logger
psmith at common-lisp.net
psmith at common-lisp.net
Mon Feb 12 03:38:09 UTC 2007
Author: psmith
Date: Sun Feb 11 22:38:09 2007
New Revision: 87
Modified:
branches/home/psmith/restructure/src/nio-logger/run-logging-client.lisp
branches/home/psmith/restructure/src/nio-logger/run-logging-server.lisp
Log:
turned off debug
Modified: branches/home/psmith/restructure/src/nio-logger/run-logging-client.lisp
==============================================================================
--- branches/home/psmith/restructure/src/nio-logger/run-logging-client.lisp (original)
+++ branches/home/psmith/restructure/src/nio-logger/run-logging-client.lisp Sun Feb 11 22:38:09 2007
@@ -25,7 +25,7 @@
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|#
-(push :nio-debug *features*)
+;(push :nio-debug *features*)
(require :asdf)
(require :nio-logger)
Modified: branches/home/psmith/restructure/src/nio-logger/run-logging-server.lisp
==============================================================================
--- branches/home/psmith/restructure/src/nio-logger/run-logging-server.lisp (original)
+++ branches/home/psmith/restructure/src/nio-logger/run-logging-server.lisp Sun Feb 11 22:38:09 2007
@@ -25,7 +25,7 @@
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|#
-(push :nio-debug *features*)
+;(push :nio-debug *features*)
(require :asdf)
(require :nio-logger)
More information about the Nio-cvs
mailing list