fix compilation issues with debug enabled.

remotes/origin/master-1.1.x
Anoop Saldanha 14 years ago committed by Victor Julien
parent 0aa5cffb12
commit 302011dbca

@ -808,8 +808,9 @@ static void PopulateMpmAddPatternToMpm(DetectEngineCtx *de_ctx,
} /* switch (mpm_sm->type) */
SCLogDebug("%"PRIu32" adding co->id %"PRIu32" to the mpm phase "
"(s->num %"PRIu32")", s->id, co->id, s->num);
SCLogDebug("%"PRIu32" adding cd->id %"PRIu32" to the mpm phase "
"(s->num %"PRIu32")", s->id,
((DetectContentData *)mpm_sm->ctx)->id, s->num);
} else {
SCLogDebug("%"PRIu32" no mpm pattern selected", s->id);
} /* else - if (mpm_sm != NULL) */

@ -410,7 +410,7 @@ int DeStateDetectStartDetection(ThreadVars *tv, DetectEngineCtx *de_ctx,
}
}
SCLogDebug("detection done, store results: sm %p, uri %d, dce %d", hcbd %d,
SCLogDebug("detection done, store results: sm %p, uri %d, dce %d, hcbd %d",
sm, umatch, dmatch, hcbdmatch);
SCMutexLock(&f->de_state_m);

Loading…
Cancel
Save