Term log after dbClose, dbClose does a debug log

pull/3779/head
Isaac Connor 2023-10-26 16:26:56 -04:00
parent f65761a31d
commit 69891c877e
1 changed files with 1 additions and 1 deletions

View File

@ -386,8 +386,8 @@ int main(int argc, char *argv[]) {
curl_global_cleanup();
Debug(1, "terminating");
dbQueue.stop();
logTerm();
zmDbClose();
logTerm();
return zm_terminate ? 0 : result;
}