Skip to content

Commit

Permalink
detect: minor debug fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Feb 24, 2022
1 parent b7526bf commit ec01a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detect-engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec01a94

Please sign in to comment.