From 9b5034f3072a76f7c4a53291014511be04a36f3d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 25 Jul 2019 14:35:41 -0500 Subject: [PATCH] Restore errlogFlush() call to msi.cpp --- src/ioc/dbtemplate/msi.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ioc/dbtemplate/msi.cpp b/src/ioc/dbtemplate/msi.cpp index 70623419a..462869cb3 100644 --- a/src/ioc/dbtemplate/msi.cpp +++ b/src/ioc/dbtemplate/msi.cpp @@ -21,6 +21,7 @@ #include #include +#include #include #include #include @@ -211,6 +212,7 @@ int main(int argc,char **argv) substituteDestruct(substitutePvt); } macDeleteHandle(macPvt); + errlogFlush(); // macLib calls errlogPrintf() inputDestruct(inputPvt); if (opt_D) { printf("\n");