index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2007-10-26 16:37:47 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-26 19:05:42 -0500 |
commit | 17f99a0f0042efeb4c5822a6446918f1ac852e32 (patch) | |
tree | 84ee7845e0b949c2f1948d31904f340b1ef0a1a1 /lib | |
parent | d903fc607ee2aa2527202f1e54a44be325eabe48 (diff) |
-rw-r--r-- | lib/libalpm/remove.c | 2 |
diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index 734c365c..0ed4dd0a 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -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); |