colorize more errlog messages

This commit is contained in:
Michael Davidsaver
2023-11-07 15:53:22 -08:00
parent f4be9daf4d
commit 63740f2edd
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ static int iocBuild_2(void)
scanInit();
if (asInit()) {
errlogPrintf("iocBuild: asInit Failed.\n");
errlogPrintf(ERL_ERROR " iocBuild: asInit Failed.\n");
return -1;
}
dbProcessNotifyInit();