Merge pull request #59 from hmoore-r7/bug/csv-vs-json-typo
Fix a cosmetic typo (csv vs json)
This commit is contained in:
commit
86e303d3d0
@ -159,7 +159,7 @@ int json_output_file_ip(fieldset_t *fs)
|
|||||||
} else if (f->type == FS_NULL) {
|
} else if (f->type == FS_NULL) {
|
||||||
// do nothing
|
// do nothing
|
||||||
} else {
|
} else {
|
||||||
log_fatal("csv", "received unknown output type");
|
log_fatal("json", "received unknown output type");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user