summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChantry Xavier <shiningxc@gmail.com>2008-02-25 00:30:21 +0100
committerChantry Xavier <shiningxc@gmail.com>2008-02-25 00:30:21 +0100
commitd5857ee15b28af5de57614348f930046e122ba85 (patch)
tree066a29892c403a29dfc2e562d572d263954002e6 /lib
parent271ecb8bfc487383256b8247d6e6d8217a8a2ff0 (diff)
downloadpacman-d5857ee15b28af5de57614348f930046e122ba85.tar.gz
pacman-d5857ee15b28af5de57614348f930046e122ba85.tar.xz
libalpm/sync.c : fix poorly worded debug message.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c
index 44fef4e7..a927f61b 100644
--- a/lib/libalpm/sync.c
+++ b/lib/libalpm/sync.c
@@ -170,7 +170,7 @@ static int find_replacements(pmtrans_t *trans, pmdb_t *db_local,
sync->data = alpm_list_add(NULL, dummy);
*syncpkgs = alpm_list_add(*syncpkgs, sync);
}
- _alpm_log(PM_LOG_DEBUG, "%s-%s elected for upgrade (to be replaced by %s-%s)\n",
+ _alpm_log(PM_LOG_DEBUG, "%s-%s elected for removal (to be replaced by %s-%s)\n",
alpm_pkg_get_name(lpkg), alpm_pkg_get_version(lpkg),
alpm_pkg_get_name(spkg), alpm_pkg_get_version(spkg));
}