From: Fabian Keil Date: Wed, 10 Mar 2021 15:08:52 +0000 (+0100) Subject: load_config(): Add a space that was missing in a log message X-Git-Tag: v_3_0_33~106^2~3 X-Git-Url: http://www.privoxy.org/gitweb/templates.html?a=commitdiff_plain;h=b06aac0c55665b844a549bca41492ac257fdd3e3;p=privoxy.git load_config(): Add a space that was missing in a log message --- diff --git a/loadcfg.c b/loadcfg.c index 79dad3c5..abb98d7a 100644 --- a/loadcfg.c +++ b/loadcfg.c @@ -1592,7 +1592,7 @@ struct configuration_spec * load_config(void) if (config->receive_buffer_size < BUFFER_SIZE) { log_error(LOG_LEVEL_INFO, - "receive-buffer-size %lu seems low and may cause problems." + "receive-buffer-size %lu seems low and may cause problems. " "Consider setting it to at least %d.", config->receive_buffer_size, BUFFER_SIZE); }