Skip to content

Commit

Permalink
Silence know record error message in filter thread
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Jul 22, 2024
1 parent 9fb15d1 commit b6179a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nfdump/nfdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ __attribute__((noreturn)) static void *filterThread(void *arg) {
case ExporterStatRecordType:
case SamplerRecordType:
case NbarRecordType:
case IfNameRecordType:
case VrfNameRecordType:
// Silently skip exporter/sampler records
break;

Expand Down

0 comments on commit b6179a6

Please sign in to comment.