From 9f2759e7b28489b686ac74b976380049a9f31372 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Tue, 17 Jul 2018 14:36:21 +0200 Subject: [PATCH] missing newline in error --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 9a753d6..6635394 100644 --- a/src/config.c +++ b/src/config.c @@ -741,7 +741,7 @@ configure_restrict(char *options) } if (hdlr == NULL) { - printf("bad restrict option handler '%s' not found", argv[0]); + printf("bad restrict option handler '%s' not found\n", argv[0]); return (KORE_RESULT_ERROR); }