detect: more compact message on error

pull/8304/head
Victor Julien 2 years ago
parent 8b846bdcff
commit dcf2f6b2be

@ -2514,8 +2514,7 @@ void PostConfLoadedDetectSetup(SCInstance *suri)
de_ctx = DetectEngineCtxInit();
}
if (de_ctx == NULL) {
FatalError("initializing detection engine "
"context failed.");
FatalError("initializing detection engine failed.");
}
if (de_ctx->type == DETECT_ENGINE_TYPE_NORMAL) {

Loading…
Cancel
Save