index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-12-29 22:51:20 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-06 14:38:49 +1000 |
commit | 6a656c7429c6fce44abf6f83657dd7b423979cd9 (patch) | |
tree | ebf7e46357e50a901cdecc40a3e4ae1cd0da2e94 | |
parent | 452ee39de180c5c77f2f264d38a7c4d5925c1099 (diff) |
-rw-r--r-- | src/pacman/conf.c | 2 |
diff --git a/src/pacman/conf.c b/src/pacman/conf.c index cf8a417b..05c4610a 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -716,7 +716,7 @@ static int setup_libalpm(void) if(config->xfercommand) { alpm_option_set_fetchcb(handle, download_with_xfercommand); } else if(!(alpm_capabilities() & ALPM_CAPABILITY_DOWNLOADER)) { - pm_printf(ALPM_LOG_WARNING, _("no '%s' configured"), "XferCommand"); + pm_printf(ALPM_LOG_WARNING, _("no '%s' configured\n"), "XferCommand"); } if(config->totaldownload) { |