diff options
Diffstat (limited to 'src/helper/options.c')
-rw-r--r-- | src/helper/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/options.c b/src/helper/options.c index 7e738d73..109419b3 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -54,7 +54,7 @@ static struct option long_options[] = int configuration_output_handler(struct command_context_s *context, const char* line) { - LOG_USER_N(line); + LOG_USER_N("%s", line); return ERROR_OK; } |