Oops (only spotted it when forcing a failure).

This commit is contained in:
Pietro Gagliardi 2019-05-20 22:26:11 -04:00
parent 7be128d5bb
commit 009a9c25aa
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ void testingprivTLogvfFull(testingT *t, const char *file, long line, const char
{
// TODO extract filename from file
testingprivOutbufPrintf(t->outbuf, "%s:%ld: ", file, line);
testingprivOutbufPrintf(t->outbuf, format, ap);
testingprivOutbufVprintf(t->outbuf, format, ap);
testingprivOutbufPrintf(t->outbuf, "\n");
}