Remove unnecessary logger
This is just a wrapper function; the real function we call logs an almost identical line. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
47657107af
commit
b242b2d050
1 changed files with 0 additions and 1 deletions
|
@ -626,7 +626,6 @@ int _alpm_check_pgp_helper(alpm_handle_t *handle, const char *path,
|
||||||
CALLOC(siglist, 1, sizeof(alpm_siglist_t),
|
CALLOC(siglist, 1, sizeof(alpm_siglist_t),
|
||||||
RET_ERR(handle, ALPM_ERR_MEMORY, -1));
|
RET_ERR(handle, ALPM_ERR_MEMORY, -1));
|
||||||
|
|
||||||
_alpm_log(handle, ALPM_LOG_DEBUG, "checking signatures for %s\n", path);
|
|
||||||
ret = _alpm_gpgme_checksig(handle, path, base64_sig, siglist);
|
ret = _alpm_gpgme_checksig(handle, path, base64_sig, siglist);
|
||||||
if(ret && handle->pm_errno == ALPM_ERR_SIG_MISSING) {
|
if(ret && handle->pm_errno == ALPM_ERR_SIG_MISSING) {
|
||||||
if(optional) {
|
if(optional) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue