diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 08:21:41 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 08:21:41 +0100 |
commit | 8833612e7516694e89148eb3dc1c88f5ea954d16 (patch) | |
tree | bdfa6e143a1e3c0dccdfd7088070e269610b9191 /tests/asynwr_small.sh | |
parent | 5996414f04118dec4f1dcc12c88ee8c68f6e89ad (diff) | |
download | rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.tar.gz rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.tar.xz rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.zip |
some cosmetic changes
note that a buffer size calculation was done wrong, but this was cosmetic
because our buffers currently all use byte size, so even though the
formula was wrong, the result was correct.
Diffstat (limited to 'tests/asynwr_small.sh')
-rwxr-xr-x | tests/asynwr_small.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asynwr_small.sh b/tests/asynwr_small.sh index 692d27fa..39dcd762 100755 --- a/tests/asynwr_small.sh +++ b/tests/asynwr_small.sh @@ -11,6 +11,7 @@ # added 2010-03-09 by Rgerhards # # This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== echo TEST: \[asynwr_small.sh\]: test for async file writing for few messages source $srcdir/diag.sh init # uncomment for debugging support: |