]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Modernize a DEBUG
authorVolker Lendecke <vl@samba.org>
Mon, 26 May 2025 10:54:45 +0000 (12:54 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 2 Jun 2025 17:08:34 +0000 (17:08 +0000)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=15864
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/notify_inotify.c

index b6ff413991184ad97da36fba43dc5e5bb6931e68..5c57ffd46fb523560a707e832dc57b50812e6cc2 100644 (file)
@@ -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|