Skip to content

Commit

Permalink
Fix #567 devel compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Sep 22, 2024
1 parent 0d78cf7 commit 04cc2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nfdump/nfdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ __attribute__((noreturn)) static void *filterThread(void *arg) {
}

queue_close(processQueue);
dbg_printf("FilterThread %d done. blocks: %u records: %" PRIu64 " \n", self, numBlocks, recordCounter);
dbg_printf("FilterThread %d done. blocks: %u records: %" PRIu64 " \n", self, numBlocks, processedRecords);

free(recordHandle);
filterArgs->processedRecords += processedRecords;
Expand Down

0 comments on commit 04cc2b8

Please sign in to comment.