From b06aac0c55665b844a549bca41492ac257fdd3e3 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 10 Mar 2021 16:08:52 +0100 Subject: [PATCH] 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); } -- 2.39.2