From: Volker Lendecke Date: Mon, 26 Nov 2018 15:21:16 +0000 (+0100) Subject: notifyd: Improve a debug message X-Git-Tag: tdb-1.3.17~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f42e62e46f733f1df460f9427ea86bcb429462e;p=thirdparty%2Fsamba.git notifyd: Improve a debug message Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Tue Nov 27 21:42:24 CET 2018 on sn-devel-144 --- diff --git a/source3/smbd/notifyd/notifyd.c b/source3/smbd/notifyd/notifyd.c index e4e5c785472..811ada969fb 100644 --- a/source3/smbd/notifyd/notifyd.c +++ b/source3/smbd/notifyd/notifyd.c @@ -469,8 +469,8 @@ static bool notifyd_apply_rec_change( notifyd_sys_callback, msg_ctx, &instance->sys_watch); if (ret != 0) { - DEBUG(1, ("%s: inotify_watch returned %s\n", - __func__, strerror(errno))); + DBG_WARNING("sys_notify_watch for [%s] returned %s\n", + path, strerror(errno)); } }