diff --git a/src/output_modules/module_json.c b/src/output_modules/module_json.c index dd5b352..096540c 100644 --- a/src/output_modules/module_json.c +++ b/src/output_modules/module_json.c @@ -159,7 +159,7 @@ int json_output_file_ip(fieldset_t *fs) } else if (f->type == FS_NULL) { // do nothing } else { - log_fatal("csv", "received unknown output type"); + log_fatal("json", "received unknown output type"); } }