X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fclient.c;h=2692a9c9cca815b60791b889501fad4c3c715443;hp=732acfcb03938b77b69784461b7fc9317c733909;hb=dfcd482cb9c615dd3f0410d20f5d9a398e701ade;hpb=e709ab8b395212d2d3d12ad215a3aa2272654c62 diff --git a/client/client.c b/client/client.c index 732acfc..2692a9c 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); @@ -3899,9 +3899,10 @@ static void initialize(const char *rc_file) cmd_format("usmarc"); + file_history = file_history_new(); + source_rc_file(rc_file); - file_history = file_history_new(); file_history_load(file_history); file_history_trav(file_history, 0, add_to_readline_history); }