Skip to content

Commit 00ee1d7

Browse files
committed
Adding log messages about the Dump Database process start and finish.
1 parent 1809a56 commit 00ee1d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/ModuleManager/ModuleManager.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,9 @@ internal IEnumerator DataBaseReloadWithMM(bool keepPartDB)
377377

378378
internal IEnumerator DumpDataBaseToFiles()
379379
{
380+
ModLogger.LOG.info("Dumping DataBase to files.");
380381
OutputAllConfigs();
382+
ModLogger.LOG.info("DataBase dump finished.");
381383
yield return null;
382384
}
383385

0 commit comments

Comments
 (0)