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
1 changed files with 1 additions and 1 deletions

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);