1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-14 05:15:11 -05:00

dependency error message fix in libalpm/remove.c

Normally you must never see that error message.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Nagy Gabor 2007-10-26 16:37:47 +02:00 committed by Dan McGee
parent d903fc607e
commit 17f99a0f00

View File

@ -120,7 +120,7 @@ int _alpm_remove_prepare(pmtrans_t *trans, pmdb_t *db, alpm_list_t **data)
}
} else {
_alpm_log(PM_LOG_ERROR, _("could not find %s in database -- skipping\n"),
miss->depend.name);
miss->target);
}
}
FREELIST(lp);