Modified diagnostic about macLib warnings to clarify.

This commit is contained in:
Andrew Johnson
2006-10-27 15:01:34 +00:00
parent a1e28f3dec
commit 6c10ea0ad4

View File

@@ -99,7 +99,7 @@ int macEnvExpandTest(void)
epicsEnvSet("BAR","${FOO}");
check("${FOO}", NULL); warn++;
testDiag("Expect %d warning messages here:\n", warn);
errlogFlush();
testDiag("%d warning messages from macLib were expected above.\n", warn);
return testDone();
}