[Privoxy-commits] [privoxy] 08/11: load_config(): Add a space that was missing in a log message

User Git git at git.privoxy.org
Fri Mar 12 11:37:51 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit b06aac0c55665b844a549bca41492ac257fdd3e3
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Mar 10 16:08:52 2021 +0100

    load_config(): Add a space that was missing in a log message
---
 loadcfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
             }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list