diff --git a/src/util-reference-config.c b/src/util-reference-config.c index 5e92fc711f..872c6cec3b 100644 --- a/src/util-reference-config.c +++ b/src/util-reference-config.c @@ -301,9 +301,10 @@ static void SCRConfParseFile(DetectEngineCtx *de_ctx) i++; } +#ifdef UNITTESTS SCLogInfo("Added \"%d\" reference types from the reference.config file", de_ctx->reference_conf_ht->count); - +#endif /* UNITTESTS */ return; }