s4-debug: lower the verbosity of a couple of common log messages
[nivanova/samba-autobuild/.git] / source4 / rpc_server / drsuapi / dcesrv_drsuapi.c
index 9edb24edd521694f5a3a814a2eb2f8fed1ff6abb..96cb58ef3e38e655b6fc8b60b4c5524942bc6f9a 100644 (file)
@@ -60,7 +60,7 @@ static WERROR dcesrv_drsuapi_DsBind(struct dcesrv_call_state *dce_call, TALLOC_C
        /* if this is a DC connecting, give them system level access */
        werr = drs_security_level_check(dce_call, NULL);
        if (W_ERROR_IS_OK(werr)) {
-               DEBUG(2,(__location__ ": doing DsBind with system_session\n"));
+               DEBUG(3,(__location__ ": doing DsBind with system_session\n"));
                auth_info = system_session(dce_call->conn->dce_ctx->lp_ctx);
        } else {
                auth_info = dce_call->conn->auth_state.session_info;