Update of /cvsroot/emacs-jabber/emacs-jabber
In directory sc8-pr-cvs17:/tmp/cvs-serv9834
Modified Files:
jabber-core.el
Log Message:
Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-385
Creator: Magnus Henoch <ma...@fr...>
Print debug messages in `read'-able format
Index: jabber-core.el
===================================================================
RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber-core.el,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- jabber-core.el 15 Aug 2007 20:47:50 -0000 1.56
+++ jabber-core.el 21 Aug 2007 23:27:45 -0000 1.57
@@ -770,7 +770,7 @@
(condition-case e
(funcall f jc xml-data)
((debug error)
- (fsm-debug-output "Error %s while processing %s" e xml-data))))))
+ (fsm-debug-output "Error %S while processing %S" e xml-data))))))
(defun jabber-process-stream-error (xml-data state-data)
"Process an incoming stream error.
|