diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-19 14:56:11 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-04-19 14:56:11 +0200 |
commit | 11ab3c800043b036132b0fc96d20bcba637a72b6 (patch) | |
tree | 1c5b3aea28b51dda271af74cf85113d8cb04db83 /tests/diag.sh | |
parent | 90880b55689a14ca59cc5eb6ad937401cfabc3e0 (diff) | |
download | rsyslog-11ab3c800043b036132b0fc96d20bcba637a72b6.tar.gz rsyslog-11ab3c800043b036132b0fc96d20bcba637a72b6.tar.xz rsyslog-11ab3c800043b036132b0fc96d20bcba637a72b6.zip |
bugfix: netstream ptcp support class was not correctly build on systems without epoll() support
Diffstat (limited to 'tests/diag.sh')
-rwxr-xr-x | tests/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diag.sh b/tests/diag.sh index 9ba4ad23..86551155 100755 --- a/tests/diag.sh +++ b/tests/diag.sh @@ -10,7 +10,7 @@ #valgrind="valgrind --tool=helgrind --log-fd=1" #valgrind="valgrind --tool=exp-ptrcheck --log-fd=1" #set -o xtrace -#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" +#export RSYSLOG_DEBUG="debug nostdout" #export RSYSLOG_DEBUGLOG="log" case $1 in 'init') $srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason |