mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
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
@ -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…
Reference in New Issue
Block a user