conf.c: add missing newline to warning
Fixes tests that use pacman's output when built without libcurl. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
452ee39de1
commit
6a656c7429
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue