X-Git-Url: http://git.kpe.io/?p=irc-logger.git;a=blobdiff_plain;f=logger.lisp;fp=logger.lisp;h=b242f5a9f806480cc3e06a1e3f67aa8083ea3c31;hp=6585a0f959a1230ba3be23cabd03b2ec9fbf2529;hb=4082dbd4d3c80282c43b2c41b7e5dae41ba56e94;hpb=c2f7c7ad5161e03b1694cb8fe02ff908933d9d53 diff --git a/logger.lisp b/logger.lisp index 6585a0f..b242f5a 100644 --- a/logger.lisp +++ b/logger.lisp @@ -645,7 +645,8 @@ (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 @@ -653,7 +654,8 @@ :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