diff options
author | Andrew Kroeger <andrew@id10ts.net> | 2009-05-24 01:48:49 -0500 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-05-27 07:58:07 +1000 |
commit | b21656f09a1127f10de75b9cc098e07cf3135d3c (patch) | |
tree | e4dd1f39d7c0c7680d4a45c31332a3ba32201dad /source4/lib/events | |
parent | 3ada1a19ab1309b0435ee84844b433b06ead0196 (diff) | |
download | samba-b21656f09a1127f10de75b9cc098e07cf3135d3c.tar.gz samba-b21656f09a1127f10de75b9cc098e07cf3135d3c.tar.bz2 samba-b21656f09a1127f10de75b9cc098e07cf3135d3c.zip |
s4:tevent: Increase trace debug level to 50.
The sheer volume of messages generated by tevent when the trace level is set to
10 makes it difficult to debug issues in a level 10 log. Increasing this to
50 allows tevent tracing to be enabled if needed, but otherwise keeps the extra
chatter out of a level 10 log.
Diffstat (limited to 'source4/lib/events')
-rw-r--r-- | source4/lib/events/tevent_s4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/tevent_s4.c b/source4/lib/events/tevent_s4.c index 06bfbf61ed..1898269c2c 100644 --- a/source4/lib/events/tevent_s4.c +++ b/source4/lib/events/tevent_s4.c @@ -42,7 +42,7 @@ static void ev_wrap_debug(void *context, enum tevent_debug_level level, samba_level = 2; break; case TEVENT_DEBUG_TRACE: - samba_level = 10; + samba_level = 50; break; }; |