Navigation Menu

Skip to content

Commit

Permalink
Use ~S instead of ~A in :DEBUG output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Volkan YAZICI committed Jul 15, 2007
1 parent 96fc541 commit ef160e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-sexp.lisp
Expand Up @@ -210,7 +210,7 @@
`(prog1 t
,(if (cadr form)
`(format t "DEBUG: ~a: ~a~%" ',(cadr form) ,(cadr form))
`(format t "DEBUG: cursor: [~a] `~a'~%"
`(format t "DEBUG: cursor: [~s] `~s'~%"
(parser-context-cursor ,ctx)
(elt (parser-context-data ,ctx)
(parser-context-cursor ,ctx))))))))
Expand Down

0 comments on commit ef160e9

Please sign in to comment.