From 829ac8369b49219c988bb7553a3093615ddcb76d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 21 Feb 2007 08:16:26 +0000 Subject: * Slight message change for consistancy- add a ' ' (space char) at the beginning to match the way other repos are displayed. * TODO updates. --- src/pacman/sync.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index ec42bce2..3a06e6ce 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -39,6 +39,8 @@ #include #include #include /* downloadLastErrString */ +/* TODO remove above download.h inclusion once we abstract more, and also + * remove it from Makefile.am on the pacman side */ /* pacman */ #include "util.h" #include "log.h" @@ -660,7 +662,7 @@ int pacman_sync(alpm_list_t *targets) packages = alpm_trans_get_packages(); if(packages == NULL) { /* nothing to do: just exit without complaining */ - MSG(NL, _("local database is up to date\n")); + MSG(NL, _(" local database is up to date\n")); goto cleanup; } -- cgit v1.2.3-54-g00ecf