aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-pgip.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-18 14:09:40 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-18 14:09:40 +0000
commitdbcb933c08b2c8e12c1ab117484145f0afa5acfa (patch)
tree84271f49c197477450ae01d0d780e06981661bed /generic/pg-pgip.el
parente5b5e2593501dd788bcb0c593a2432986bbdd833 (diff)
Improve message
Diffstat (limited to 'generic/pg-pgip.el')
-rw-r--r--generic/pg-pgip.el3
1 files changed, 2 insertions, 1 deletions
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) "<missing>")
+ name)
(funcall fname pgipmsg)
name)
(pg-internal-warning "!!! unrecognized/unimplemented PGIP message element `%s'" name)