From dbcb933c08b2c8e12c1ab117484145f0afa5acfa Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 18 Aug 2010 14:09:40 +0000 Subject: Improve message --- generic/pg-pgip.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'generic/pg-pgip.el') diff --git a/generic/pg-pgip.el b/generic/pg-pgip.el index 98b51136..6c736fae 100644 --- a/generic/pg-pgip.el +++ b/generic/pg-pgip.el @@ -83,7 +83,8 @@ Return a symbol representing the PGIP command processed, or nil." (if (fboundp fname) (progn (pg-pgip-debug "Processing PGIP message seq %s, type %s" - (pg-xml-get-attr 'seq pgipmsg 'notreallyoptional) name) + (or (pg-xml-get-attr 'seq pgipmsg 'notreallyoptional) "") + name) (funcall fname pgipmsg) name) (pg-internal-warning "!!! unrecognized/unimplemented PGIP message element `%s'" name) -- cgit v1.2.3