filestore: Use proper string in error case

When make-open-files has an invalid value, the incorrect value was being
displayed improperly
pull/5164/head
Jeff Lucovsky 7 years ago committed by Victor Julien
parent 823f6b35d0
commit 2f32d7f831

@ -516,7 +516,7 @@ static OutputInitResult OutputFilestoreLogInitCtx(ConfNode *conf)
SCLogError(SC_ERR_SIZE_PARSE, "Error parsing " SCLogError(SC_ERR_SIZE_PARSE, "Error parsing "
"file-store.max-open-files " "file-store.max-open-files "
"from conf file - %s. Killing engine", "from conf file - %s. Killing engine",
stream_depth_str); file_count_str);
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} else { } else {
if (file_count != 0) { if (file_count != 0) {

Loading…
Cancel
Save