summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-06 16:22:32 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-06 16:22:32 +0200
commitcaeb203f5188aafccc667c1afc42a49df80d0747 (patch)
tree06fcd5a8e95992845a90da35e711d542b525d8d2 /tests
parent54c375eb5b28d70fca023f7ca2fcc2cd0a4fa7ba (diff)
downloadrsyslog-caeb203f5188aafccc667c1afc42a49df80d0747.tar.gz
rsyslog-caeb203f5188aafccc667c1afc42a49df80d0747.tar.xz
rsyslog-caeb203f5188aafccc667c1afc42a49df80d0747.zip
bugfix: potential race condition when queue worker threads were terminated
Diffstat (limited to 'tests')
-rwxr-xr-xtests/diag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diag.sh b/tests/diag.sh
index 13bb877d..b2bd13ac 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -9,7 +9,7 @@
#valgrind="valgrind --tool=drd --log-fd=1"
#valgrind="valgrind --tool=helgrind --log-fd=1"
#set -o xtrace
-#export RSYSLOG_DEBUG="debug nostdout printmutexaction"
+#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"
#export RSYSLOG_DEBUGLOG="log"
case $1 in
'init') $srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason