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
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ int _alpm_remove_prepare(pmtrans_t *trans, pmdb_t *db, alpm_list_t **data)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
_alpm_log(PM_LOG_ERROR, _("could not find %s in database -- skipping\n"),
|
_alpm_log(PM_LOG_ERROR, _("could not find %s in database -- skipping\n"),
|
||||||
miss->depend.name);
|
miss->target);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FREELIST(lp);
|
FREELIST(lp);
|
||||||
|
|
Loading…
Add table
Reference in a new issue