diff --git a/Source/Logging/Sinks/DirLogArchive.cpp b/Source/Logging/Sinks/DirLogArchive.cpp index efc21130..3ecec169 100644 --- a/Source/Logging/Sinks/DirLogArchive.cpp +++ b/Source/Logging/Sinks/DirLogArchive.cpp @@ -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);