r9195: setting log level to 2 instead of 0
authorGerald Carter <jerry@samba.org>
Sun, 7 Aug 2005 20:28:53 +0000 (20:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:27 +0000 (11:00 -0500)
source/rpc_server/srv_lsa_nt.c

index b9db5c6b59e94a94d3a8db3adec454c4a31d2045..021f1dc8e0f286e250c15c6e84ca0a3496c43389 100644 (file)
@@ -814,7 +814,7 @@ NTSTATUS _lsa_enum_privs(pipes_struct *p, LSA_Q_ENUM_PRIVS *q_u, LSA_R_ENUM_PRIV
        if ( lp_enable_privileges() )
                num_privs = count_all_privileges();
        else
-               DEBUG(0,("_lsa_enum_privs: client trying to enumerate privileges by not enabled in smb.conf!\n"));
+               DEBUG(2,("_lsa_enum_privs: client trying to enumerate privileges by not enabled in smb.conf!\n"));
 
        if ( enum_context >= num_privs )
                return NT_STATUS_NO_MORE_ENTRIES;