Assorted cleanup

This commit is contained in:
Henrik Rydgard
2016-03-13 15:17:31 +01:00
parent 14ead27f8d
commit b94572e3ba
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ static bool RealPath(const std::string &currentDirectory, const std::string &inP
}
if (curDirColon + 1 == curDirLen)
{
ERROR_LOG(FILESYS, "RealPath: inPath \"%s\" is relative, but current directory \"%s\" is all prefix and no path. Using \"/\" as path for current directory.", inPath.c_str(), currentDirectory.c_str());
WARN_LOG(FILESYS, "RealPath: inPath \"%s\" is relative, but current directory \"%s\" is all prefix and no path. Using \"/\" as path for current directory.", inPath.c_str(), currentDirectory.c_str());
}
else
{