mirror of
https://github.com/mirror/wget.git
synced 2024-12-26 12:50:44 +08:00
Print the fingerprint instead of the raw pointer in debugging message
* src/metalink.c (retrieve_from_metalink): Fix debug message to print the fingerprint instead of a pointer.
This commit is contained in:
parent
76ef65b23c
commit
b916595168
@ -342,10 +342,7 @@ retrieve_from_metalink (const metalink_t* metalink)
|
||||
/* The list is null-terminated. */
|
||||
for (gpgsig = gpgres->signatures; gpgsig; gpgsig = gpgsig->next)
|
||||
{
|
||||
DEBUGP (("Checking signature 0x%p\n",
|
||||
(void *) gpgsig));
|
||||
DEBUGP (("Summary=0x%x Status=0x%x\n",
|
||||
gpgsig->summary, gpgsig->status & 0xFFFF));
|
||||
DEBUGP (("Checking signature %s\n", gpgsig->fpr));
|
||||
|
||||
if (gpgsig->summary
|
||||
& (GPGME_SIGSUM_VALID | GPGME_SIGSUM_GREEN))
|
||||
|
Loading…
Reference in New Issue
Block a user