summaryrefslogtreecommitdiffstats
path: root/collectors/freebsd.plugin/plugin_freebsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/freebsd.plugin/plugin_freebsd.c')
-rw-r--r--collectors/freebsd.plugin/plugin_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/freebsd.plugin/plugin_freebsd.c b/collectors/freebsd.plugin/plugin_freebsd.c
index e47b224cf..976fe26fb 100644
--- a/collectors/freebsd.plugin/plugin_freebsd.c
+++ b/collectors/freebsd.plugin/plugin_freebsd.c
@@ -121,7 +121,7 @@ void *freebsd_main(void *ptr)
if (unlikely(!pm->enabled))
continue;
- debug(D_PROCNETDEV_LOOP, "FREEBSD calling %s.", pm->name);
+ netdata_log_debug(D_PROCNETDEV_LOOP, "FREEBSD calling %s.", pm->name);
worker_is_busy(i);
pm->enabled = !pm->func(localhost->rrd_update_every, hb_dt);