From 8833612e7516694e89148eb3dc1c88f5ea954d16 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 10 Mar 2010 08:21:41 +0100 Subject: 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. --- tests/asynwr_tinybuf.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/asynwr_tinybuf.sh') diff --git a/tests/asynwr_tinybuf.sh b/tests/asynwr_tinybuf.sh index a7cc19ef..a0915394 100755 --- a/tests/asynwr_tinybuf.sh +++ b/tests/asynwr_tinybuf.sh @@ -5,6 +5,7 @@ # added 2010-03-09 by Rgerhards # # This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== echo TEST: \[asynwr_tinybuf.sh\]: test async file writing with 1-byte buffer source $srcdir/diag.sh init # uncomment for debugging support: -- cgit