X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=logger.lisp;fp=logger.lisp;h=6585a0f959a1230ba3be23cabd03b2ec9fbf2529;hb=c2f7c7ad5161e03b1694cb8fe02ff908933d9d53;hp=065effa485c76bd7be8931ae2f7fa2b2bb336d36;hpb=097d28989cb7d3e3c824212e1ddeeb8d6a2a3f39;p=irc-logger.git diff --git a/logger.lisp b/logger.lisp index 065effa..6585a0f 100644 --- a/logger.lisp +++ b/logger.lisp @@ -399,7 +399,7 @@ (let ((end (- (length (trailing-argument msg)) 1))) ;; end has been as low as 7 (when (< end 8) - (warn "End is less than 8: `$A'." msg)) + (warn "End is less than 8: `~A'." msg)) (output-event msg :action (first (arguments msg)) (subseq (trailing-argument msg) (min 8 end) (- (length (trailing-argument msg)) 1)))))