load_config(): Add a space that was missing in a log message
authorFabian Keil <fk@fabiankeil.de>
Wed, 10 Mar 2021 15:08:52 +0000 (16:08 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 12 Mar 2021 11:34:11 +0000 (12:34 +0100)
loadcfg.c

index 79dad3c..abb98d7 100644 (file)
--- 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);
             }