mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
Add more info to debug key display
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
de43d00db0
commit
c7e4005e5c
@ -337,7 +337,8 @@ int _alpm_gpgme_checksig(alpm_handle_t *handle, const char *path,
|
|||||||
result->key.email = key->uids->email;
|
result->key.email = key->uids->email;
|
||||||
result->key.created = key->subkeys->timestamp;
|
result->key.created = key->subkeys->timestamp;
|
||||||
result->key.expires = key->subkeys->expires;
|
result->key.expires = key->subkeys->expires;
|
||||||
_alpm_log(handle, ALPM_LOG_DEBUG, "key user: %s\n", key->uids->uid);
|
_alpm_log(handle, ALPM_LOG_DEBUG, "key: %s, %s, owner_trust %s\n",
|
||||||
|
key->subkeys->fpr, key->uids->uid, string_validity(key->owner_trust));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user