summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-01-31 15:59:43 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-01-31 15:59:43 +0100
commitfd256a09ffa109120304d293cf6faf808c5a1a21 (patch)
tree4a5f4db37b469a34531efa6cc0f5382c01630ab9 /runtime
parent48ab717fedba586be5054320e32afc84afee9f52 (diff)
downloadrsyslog-fd256a09ffa109120304d293cf6faf808c5a1a21.tar.gz
rsyslog-fd256a09ffa109120304d293cf6faf808c5a1a21.tar.xz
rsyslog-fd256a09ffa109120304d293cf6faf808c5a1a21.zip
tcpsrv select-handler experimentally moved to multi-threading as well
first tests done with plain tcp, TLS subsystems tests need to be carried out. No serious lab testing done so far.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/debug.c b/runtime/debug.c
index a017fc30..283dae3a 100644
--- a/runtime/debug.c
+++ b/runtime/debug.c
@@ -851,7 +851,7 @@ do_dbgprint(uchar *pszObjName, char *pszMsg, size_t lenMsg)
struct timeval tv;
# endif
-#if 0
+#if 1
/* The bWasNL handler does not really work. It works if no thread
* switching occurs during non-NL messages. Else, things are messed
* up. Anyhow, it works well enough to provide useful help during