summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-22 14:28:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-22 14:28:53 +0200
commit9d98af3407423e723c114f009bd0915099580b6e (patch)
tree6a0dec3eec8447e26dfc25b79e7693a5e4d96a60 /tests
parent3700a64d973f55e1cc8bd478e203f00d529ce27b (diff)
parent7cdc7cbaa055c84b463d5fba4457036e249828a1 (diff)
downloadrsyslog-9d98af3407423e723c114f009bd0915099580b6e.tar.gz
rsyslog-9d98af3407423e723c114f009bd0915099580b6e.tar.xz
rsyslog-9d98af3407423e723c114f009bd0915099580b6e.zip
Merge branch 'v4-stable' into v4-devel
Diffstat (limited to 'tests')
-rw-r--r--tests/nettester.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nettester.c b/tests/nettester.c
index 24e20422..609f586e 100644
--- a/tests/nettester.c
+++ b/tests/nettester.c
@@ -386,8 +386,8 @@ processTestFile(int fd, char *pszFileName)
readLine(fd, buf);
if(strcmp(expected, buf)) {
++iFailed;
- printf("\nExpected Response:\n'%s'\nActual Response:\n'%s'\n",
- expected, buf);
+ printf("\nFile %s:\nExpected Response:\n'%s'\nActual Response:\n'%s'\n",
+ pszFileName, expected, buf);
ret = 1;
}
/* we need to free buffers, as we have potentially modified them! */