diff options
Diffstat (limited to 'cfgdir.c')
-rw-r--r-- | cfgdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -360,7 +360,7 @@ inotify_cb(struct cfg *cfg, struct uring_task *task, int res) for (ptr = iev->buf; ptr < iev->buf + res; ptr += sizeof(struct inotify_event) + event->len) { event = (const struct inotify_event *)ptr; - if (debuglvl > 0) + if (debug_enabled(DBG_CFG)) inotify_event_dump(event); if (event->mask & (IN_IGNORED | IN_MOVE_SELF | IN_DELETE_SELF | IN_UNMOUNT)) |