From: Mike Taylor Date: Fri, 18 Sep 2009 16:47:45 +0000 (+0100) Subject: Resolve X-Git-Tag: v3.0.49~11 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d6b903caaf638336e114be4d29e3e585330eb68a;hp=2316d384aec77ec59fa137edb6782053f325b6b4 Resolve --- diff --git a/NEWS b/NEWS index 9d87609..70f5c50 100644 --- 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 diff --git a/client/client.c b/client/client.c index 732acfc..cea207c 100644 --- a/client/client.c +++ b/client/client.c @@ -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); diff --git a/doc/common b/doc/common index cc80f24..95d92dd 160000 --- a/doc/common +++ b/doc/common @@ -1 +1 @@ -Subproject commit cc80f24dcf550d033c2fdf29ea35b4e0961f357d +Subproject commit 95d92dd6e49fe3807fd1d6c664b3883580290103 diff --git a/m4 b/m4 index f560129..2ceb2c3 160000 --- a/m4 +++ b/m4 @@ -1 +1 @@ -Subproject commit f5601296c571639de99e08ad41493c6d5be06a9a +Subproject commit 2ceb2c3a4b580e09aadcbd1cbbb12e10b60f1337