Browse Source

Change log folder name back from “log” to the original “Log” for consistency with other logging facilities that still use PathGetLogDirectory().

Christian Walther 13 years ago
parent
commit
39a35f5fd3
  1. 2
      Sources/Plasma/PubUtilLib/plStatusLog/plStatusLog.cpp

2
Sources/Plasma/PubUtilLib/plStatusLog/plStatusLog.cpp

@ -103,7 +103,7 @@ plStatusLogMgr::plStatusLogMgr()
delete[] temp;
#endif
plFileUtils::ConcatFileName(fBasePath, L"log");
plFileUtils::ConcatFileName(fBasePath, L"Log");
plFileUtils::EnsureFilePathExists(fBasePath);
}

Loading…
Cancel
Save