Improve default ini, logging fixes

This commit is contained in:
Henrik Rydgård 2023-03-17 12:47:12 +01:00
parent 1b0d5ec3aa
commit df41a5cebd
3 changed files with 11 additions and 5 deletions

View file

@ -79,7 +79,6 @@ static bool RealPath(const std::string &currentDirectory, const std::string &inP
size_t inLen = inPath.length();
if (inLen == 0)
{
WARN_LOG(FILESYS, "RealPath: inPath is empty");
outPath = currentDirectory;
return true;
}