Fix a cosmetic typo (csv vs json)

This commit is contained in:
HD Moore 2013-09-02 05:41:03 -05:00
parent ba083e1a8e
commit af157807cd
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");
}
}