Fix a cosmetic typo (csv vs json)
This commit is contained in:
parent
ba083e1a8e
commit
af157807cd
@ -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