Resolve
authorMike Taylor <mike@miketaylor.org.uk>
Fri, 18 Sep 2009 16:47:45 +0000 (17:47 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Fri, 18 Sep 2009 16:47:45 +0000 (17:47 +0100)
NEWS
client/client.c
doc/common
m4

diff --git a/NEWS b/NEWS
index 9d87609..70f5c50 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+--- [IN PROGRESS]
+
+yaz-client emits a better message when receiving an unrecognised
+userInformationField.
+
 --- 3.0.48 2009/08/28
 
 The show command offered by the zoomsh command now takes a 3d optional
index 732acfc..cea207c 100644 (file)
@@ -435,8 +435,8 @@ static int process_initResponse(Z_InitResponse *res)
                 else
                 {
                     /* Peek at any private Init-diagnostic APDUs */
-                    printf("### NAUGHTY: External is '%.*s'\n",
-                           sat->len, sat->buf);
+                    printf("yaz-client ignoring unrecognised userInformationField: %d-octet External '%.*s'\n",
+                           (int) sat->len, sat->len, sat->buf);
                 }
             }
             odr_reset(print);
index cc80f24..95d92dd 160000 (submodule)
@@ -1 +1 @@
-Subproject commit cc80f24dcf550d033c2fdf29ea35b4e0961f357d
+Subproject commit 95d92dd6e49fe3807fd1d6c664b3883580290103
diff --git a/m4 b/m4
index f560129..2ceb2c3 160000 (submodule)
--- a/m4
+++ b/m4
@@ -1 +1 @@
-Subproject commit f5601296c571639de99e08ad41493c6d5be06a9a
+Subproject commit 2ceb2c3a4b580e09aadcbd1cbbb12e10b60f1337