From d86bea5c8d0cb71d74d334c91dd2be316b400c52 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 19 Feb 2007 03:18:59 +0000 Subject: * 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). --- lib/libalpm/remove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/remove.c') 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 */ -- cgit v1.2.3-24-g4f1b