[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Tue Nov 27 20:43:03 UTC 2018


The branch, master has been updated
       via  1f42e62e46f notifyd: Improve a debug message
      from  bb7c3b7c8f6 winbind: Use dom_sid_str_buf

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1f42e62e46f733f1df460f9427ea86bcb429462e
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Nov 26 16:21:16 2018 +0100

    notifyd: Improve a debug message
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue Nov 27 21:42:24 CET 2018 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/notifyd/notifyd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

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));
 		}
 	}
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list