diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-28 11:35:33 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-28 11:35:33 +0000 |
commit | 94bfc28855393a1a688aa5fdc3339b9e2139e10a (patch) | |
tree | d253acc9e48aa6193046920c8d08401289197e96 /debug.c | |
parent | ba94662f209ccf17798d706eb4dc5df19360c7e1 (diff) | |
download | rsyslog-94bfc28855393a1a688aa5fdc3339b9e2139e10a.tar.gz rsyslog-94bfc28855393a1a688aa5fdc3339b9e2139e10a.tar.xz rsyslog-94bfc28855393a1a688aa5fdc3339b9e2139e10a.zip |
cleanup to prepare for release
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ static dbgThrdInfo_t *dbgGetThrdInfo(void); int Debug; /* debug flag - read-only after startup */ int debugging_on = 0; /* read-only, except on sig USR1 */ static int bLogFuncFlow = 0; /* shall the function entry and exit be logged to the debug log? */ -static int bPrintFuncDBOnExit = 1; /* shall the function entry and exit be logged to the debug log? */ +static int bPrintFuncDBOnExit = 0; /* shall the function entry and exit be logged to the debug log? */ static int bPrintMutexAction = 0; /* shall mutex calls be printed to the debug log? */ static int bPrintTime = 1; /* print a timestamp together with debug message */ static char *pszAltDbgFileName = NULL; /* if set, debug output is *also* sent to here */ |