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
commit 86e303d3d0
1 changed files with 1 additions and 1 deletions

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