r10646: updates
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 15 Aug 2005 18:47:02 +0000 (18:47 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 15 Aug 2005 18:47:02 +0000 (18:47 +0000)
logger.lisp

index 6585a0f959a1230ba3be23cabd03b2ec9fbf2529..b242f5a9f806480cc3e06a1e3f67aa8083ea3c31 100644 (file)
   (add-private-log-entry nil "Calling create-logger [add-logger].~%")
   (let ((logger
         (do ((new-logger 
-              (mp:with-timeout (*timeout* nil)
+              (#-sbcl mp:with-timeout #-sbcl (*timeout* nil)
+               #+sbcl sb-ext:with-timeout #+sbcl *timeout*
                 (create-logger nick server :channels channels :output output
                                :logging-stream logging-stream :password password
                                :realname realname :username username
                                :unknown-log unknown-log 
                                :formats formats
                                :async async))
-              (mp:with-timeout (*timeout* nil)
+              (#-sbcl mp:with-timeout #-sbcl (*timeout* nil)
+               #+sbcl sb-ext:with-timeout #+sbcl *timeout*
                 (create-logger nick server :channels channels :output output
                                :logging-stream logging-stream :password password
                                :realname realname :username username