From a85b5049b2c0e12a281695fe32bff10ef4901acb Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 28 Jul 2009 10:27:39 +0100 Subject: [PATCH] Better message when receiving an unrecognised userInformationField. --- client/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 1.7.10.4