The branch, master has been updated
       via  37f7a17 s3-passdb: lift annoying debug message level.
      from  39d2fd3 ctdb-recoverd: Abort when daemon can take recovery lock 
during recovery

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


- Log -----------------------------------------------------------------
commit 37f7a177f01f4c327d7e7808d888e9eedc8ff575
Author: Günther Deschner <[email protected]>
Date:   Tue Feb 3 15:24:25 2015 +0100

    s3-passdb: lift annoying debug message level.
    
    Guenther
    
    Signed-off-by: Günther Deschner <[email protected]>
    Reviewed-by: Michael Adam <[email protected]>
    Reviewed-by: Andreas Schneider <[email protected]>
    
    Autobuild-User(master): Michael Adam <[email protected]>
    Autobuild-Date(master): Fri Feb 13 15:54:18 CET 2015 on sn-devel-104

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

Summary of changes:
 source3/passdb/account_pol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/passdb/account_pol.c b/source3/passdb/account_pol.c
index 6b1066e..7b92f32 100644
--- a/source3/passdb/account_pol.c
+++ b/source3/passdb/account_pol.c
@@ -351,7 +351,7 @@ bool account_policy_get(enum pdb_policy_type type, uint32_t 
*value)
 
        status = dbwrap_fetch_uint32_bystring(db, name, &regval);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(1, ("account_policy_get: tdb_fetch_uint32 failed for type 
%d (%s), returning 0\n", type, name));
+               DEBUG(2, ("account_policy_get: tdb_fetch_uint32 failed for type 
%d (%s), returning 0\n", type, name));
                return False;
        }
 


-- 
Samba Shared Repository

Reply via email to