Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34135232
D114.id942.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
D114.id942.diff
View Options
Index: b/src/crlcache.c
===================================================================
--- b/src/crlcache.c
+++ b/src/crlcache.c
@@ -1338,7 +1338,7 @@
n = cdb_datalen (cdb);
if (n != 16)
{
- log_error (_("WARNING: invalid cache record length for S/N "));
+ log_error (_("WARNING: invalid cache record length for S/N 0x"));
log_printhex ("", sn, snlen);
}
else if (opt.verbose)
@@ -1347,10 +1347,10 @@
char *tmp = hexify_data (sn, snlen);
if (cdb_read (cdb, record, n, cdb_datapos (cdb)))
- log_error (_("problem reading cache record for S/N %s: %s\n"),
+ log_error (_("problem reading cache record for S/N 0x%s: %s\n"),
tmp, strerror (errno));
else
- log_info (_("S/N %s is not valid; reason=%02X date=%.15s\n"),
+ log_info (_("S/N 0x%s is not valid; reason=%02X date=%.15s\n"),
tmp, *record, record+1);
xfree (tmp);
}
@@ -1361,7 +1361,7 @@
if (opt.verbose)
{
char *serialno = hexify_data (sn, snlen);
- log_info (_("S/N %s is valid, it is not listed in the CRL\n"),
+ log_info (_("S/N 0x%s is valid, it is not listed in the CRL\n"),
serialno );
xfree (serialno);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 11:15 AM (8 h, 10 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3c/e1/77f957a3ae371f10b039b9353f1e
Attached To
D114: 261_dirmngr-1.0.3-hexadecimal_serial_numbers.diff
Event Timeline
Log In to Comment