log-pcap: fix typo in multi-mode error message

pull/8430/head
Jason Ish 4 years ago committed by Victor Julien
parent e4f85ecc2a
commit 64c069f162

@ -1280,7 +1280,7 @@ static int ParseFilename(PcapLogData *pl, const char *filename)
}
if ((tok == 0) && (pl->mode == LOGMODE_MULTI)) {
SCLogError("Invalid filename for multimode. Need at list one %%-sign option");
SCLogError("Invalid filename for multimode. Need at least one %%-sign option");
goto error;
}

Loading…
Cancel
Save