s4-drs: make DsBind a bit less verbose
[ira/wip.git] / source4 / rpc_server / drsuapi / dcesrv_drsuapi.c
index f11cc232f084127667b173bbb0b38f318630e613..9f903716dc382eb9a75886c57efb9cc82dc3c9a6 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(0,(__location__ ": doing DsBind with system_session\n"));
+               DEBUG(2,(__location__ ": doing DsBind with system_session\n"));
                auth_info = system_session(b_state, dce_call->conn->dce_ctx->lp_ctx);
        } else {
                auth_info = dce_call->conn->auth_state.session_info;