missing newline in error

This commit is contained in:
Joris Vink 2018-07-17 14:36:21 +02:00
parent 40a81a17ba
commit 9f2759e7b2
1 changed files with 1 additions and 1 deletions

View File

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