We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3861e commit dadd4bfCopy full SHA for dadd4bf
src/detection/diskio/diskio_obsd.c
@@ -13,8 +13,6 @@ const char* ffDiskIOGetIoCounters(FFlist* result, FFDiskIOOptions* options)
13
return "sysctl({HW_DISKSTATS}, NULL) failed";
14
uint32_t nDrive = (uint32_t) (len / sizeof(struct diskstats));
15
16
- printf("C: %d\n", nDrive);
17
-
18
struct diskstats* stats = malloc(len);
19
20
if (sysctl(mib, ARRAY_SIZE(mib), stats, &len, NULL, 0) < 0)
0 commit comments