From af157807cd5725734e56b6384a42963948c0d37e Mon Sep 17 00:00:00 2001 From: HD Moore Date: Mon, 2 Sep 2013 05:41:03 -0500 Subject: [PATCH] Fix a cosmetic typo (csv vs json) --- src/output_modules/module_json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }