diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-19 03:18:59 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-19 03:18:59 +0000 |
commit | d86bea5c8d0cb71d74d334c91dd2be316b400c52 (patch) | |
tree | 39e532132314eae2ee00ccf7dce1556a49592426 /lib/libalpm/remove.c | |
parent | 119b3ab0437d83a483d46e43ce3e330b49f05096 (diff) | |
download | pacman-d86bea5c8d0cb71d74d334c91dd2be316b400c52.tar.xz |
* Added some improved debug output to file conflict checking.
* Small change to string in remove.c (translators may or may not have to worry
about this, depending on their already existing translation).
Diffstat (limited to 'lib/libalpm/remove.c')
-rw-r--r-- | lib/libalpm/remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index e964df16..b809d22d 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -241,7 +241,7 @@ static void unlink_file(pmpkg_t *info, alpm_list_t *lp, alpm_list_t *targ, } } if(skipit) { - _alpm_log(PM_LOG_WARNING, _("skipping removal of %s as it has moved to another package"), + _alpm_log(PM_LOG_WARNING, _("%s has moved packages, skipping removal"), file); } else if(needbackup) { /* if the file is flagged, back it up to .pacsave */ |