Merge pull request #59 from hmoore-r7/bug/csv-vs-json-typo

Fix a cosmetic typo (csv vs json)
This commit is contained in:
Zakir Durumeric
2013-09-02 09:47:07 -07:00

View File

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