From: Volker Lendecke Date: Mon, 26 May 2025 10:54:45 +0000 (+0200) Subject: smbd: Modernize a DEBUG X-Git-Tag: tevent-0.17.0~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ed098b6730bb6bd09eaada0c228b29d4b6abb6a;p=thirdparty%2Fsamba.git smbd: Modernize a DEBUG Bug: https://bugzilla.samba.org/show_bug.cgi?id=15864 Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/smbd/notify_inotify.c b/source3/smbd/notify_inotify.c index b6ff4139911..5c57ffd46fb 100644 --- a/source3/smbd/notify_inotify.c +++ b/source3/smbd/notify_inotify.c @@ -179,8 +179,8 @@ static void inotify_dispatch(struct inotify_private *in, struct notify_event ne; uint32_t filter; - DEBUG(10, ("inotify_dispatch called with mask=%x, name=[%s]\n", - e->mask, e->len ? e->name : "")); + DBG_DEBUG("called with mask=%x, name=[%s]\n", + e->mask, e->len ? e->name : ""); /* ignore extraneous events, such as unmount and IN_IGNORED events */ if ((e->mask & (IN_ATTRIB|IN_MODIFY|IN_CREATE|IN_DELETE|