projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124d3ef
)
Better message when receiving an unrecognised userInformationField.
author
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 28 Jul 2009 09:27:39 +0000
(10:27 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 28 Jul 2009 09:27:39 +0000
(10:27 +0100)
client/client.c
patch
|
blob
|
history
diff --git
a/client/client.c
b/client/client.c
index
732acfc
..
cea207c
100644
(file)
--- 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);