diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-09 21:43:16 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-09 21:59:34 +1100 |
commit | a894eeab77bde6494d397e5f4cf2a4a1325b41a4 (patch) | |
tree | a3a030c49cd5dd5723c24d97634166e3d343f9b0 /source4/rpc_server/drsuapi | |
parent | 93fefefea85808eeeb58294133bd608490a89c86 (diff) | |
download | samba-a894eeab77bde6494d397e5f4cf2a4a1325b41a4.tar.gz samba-a894eeab77bde6494d397e5f4cf2a4a1325b41a4.tar.bz2 samba-a894eeab77bde6494d397e5f4cf2a4a1325b41a4.zip |
s4-debug: lower the verbosity of a couple of common log messages
Diffstat (limited to 'source4/rpc_server/drsuapi')
-rw-r--r-- | source4/rpc_server/drsuapi/dcesrv_drsuapi.c | 2 |
1 files changed, 1 insertions, 1 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; |