[*] Fix DirLogArchive suffixes

This commit is contained in:
Reece Wilson 2023-07-06 21:05:02 +01:00
parent 4d1201a4c1
commit 72c38548c0

View File

@ -197,7 +197,7 @@ namespace Aurora::Logging::Sinks
baseDirectory,
tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
tm.tm_hour, tm.tm_min, tm.tm_sec,
bBinary ? ".log" : ".txt");
bBinary ? "log" : "txt");
CleanupOldLogs(meta, baseDirectory);