Suppress errlog output of expected warning messages.

This commit is contained in:
Andrew Johnson
2014-07-23 16:18:32 -05:00
parent 0bcfbd0ffc
commit 6bdb8f911a
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -368,6 +368,7 @@ epicsShareFunc int epicsShareAPI errlogRemoveListeners(
epicsShareFunc int epicsShareAPI eltc(int yesno)
{
errlogInit(0);
errlogFlush();
pvtData.toConsole = yesno;
return 0;
}