diff --git a/src/detect-engine.c b/src/detect-engine.c index 8a8486d00bb6..c4cad38678d2 100644 --- a/src/detect-engine.c +++ b/src/detect-engine.c @@ -1411,7 +1411,7 @@ InspectionBuffer *InspectionBufferMultipleForListGet( fb->max = MAX(fb->max, local_id); InspectionBuffer *buffer = &fb->inspection_buffers[local_id]; - SCLogDebug("using file_data buffer %p", buffer); + SCLogDebug("using buffer %p", buffer); #ifdef DEBUG_VALIDATION buffer->multi = true; #endif