diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-28 10:48:51 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-28 10:48:51 +0000 |
commit | 59b67824d6ada9e224beef8ec9a6e6e566e1fcf8 (patch) | |
tree | b9dac56dd55c1c5593dab1fa3017fd24bf0a8d32 /debug.c | |
parent | 082737dec693fbb531ca9dad3ab9b638baaa3327 (diff) | |
download | rsyslog-59b67824d6ada9e224beef8ec9a6e6e566e1fcf8.tar.gz rsyslog-59b67824d6ada9e224beef8ec9a6e6e566e1fcf8.tar.xz rsyslog-59b67824d6ada9e224beef8ec9a6e6e566e1fcf8.zip |
some more testing and cleanup with the queue class (pretty stable now)
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 = 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 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 */ |