mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 02:50:40 +01:00
Merge branch 'v4-stable' into v4-devel
This commit is contained in:
commit
9d98af3407
@ -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! */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user