Format string and arguments match.

This commit is contained in:
Anthony Carrico 2015-09-10 14:46:31 -04:00 committed by Sam Tobin-Hochstadt
parent 78fc476e61
commit 181edfeec6

View File

@ -1040,7 +1040,7 @@
(if s
(if l
(format "~a:~a:~a: " s l c)
(format "~a:::~a: " s l p))
(format "~a:::~a: " s p))
""))
msg
(syntax-e #'self))