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:
parent
d903fc607e
commit
17f99a0f00
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user