diff --git a/src/dbStatic/dbReadTest.c b/src/dbStatic/dbReadTest.c index c7a433232..d3771019d 100644 --- a/src/dbStatic/dbReadTest.c +++ b/src/dbStatic/dbReadTest.c @@ -86,5 +86,6 @@ int main(int argc,char **argv) dbReportDeviceConfig(pdbbase,stdout); */ dbFreeBase(pdbbase); + errlogFlush(); return(0); }