diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/rpc_server/drsuapi/dcesrv_drsuapi.c | 2 | ||||
-rw-r--r-- | source4/smbd/process_single.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/rpc_server/drsuapi/dcesrv_drsuapi.c b/source4/rpc_server/drsuapi/dcesrv_drsuapi.c index 9edb24edd5..96cb58ef3e 100644 --- a/source4/rpc_server/drsuapi/dcesrv_drsuapi.c +++ b/source4/rpc_server/drsuapi/dcesrv_drsuapi.c @@ -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; diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c index ff57a0bc34..f873de47af 100644 --- a/source4/smbd/process_single.c +++ b/source4/smbd/process_single.c @@ -99,7 +99,7 @@ static void single_new_task(struct tevent_context *ev, /* called when a task goes down */ static void single_terminate(struct tevent_context *ev, struct loadparm_context *lp_ctx, const char *reason) { - DEBUG(2,("single_terminate: reason[%s]\n",reason)); + DEBUG(3,("single_terminate: reason[%s]\n",reason)); } /* called to set a title of a task or connection */ |