mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-29 19:30:48 +00:00
invalid current directory should be ERROR_LOG
This commit is contained in:
parent
0639abff6a
commit
17d7e4acf5
@ -148,7 +148,7 @@ bool RealPath(const std::string ¤tDirectory, const std::string &inPath, st
|
|||||||
const std::string curDirAfter = currentDirectory.substr(curDirColon + 1);
|
const std::string curDirAfter = currentDirectory.substr(curDirColon + 1);
|
||||||
if (! applyPathStringToComponentsVector(cmpnts, curDirAfter) )
|
if (! applyPathStringToComponentsVector(cmpnts, curDirAfter) )
|
||||||
{
|
{
|
||||||
DEBUG_LOG(HLE,"RealPath: currentDirectory is not a valid path: \"%s\"", currentDirectory.c_str());
|
ERROR_LOG(HLE,"RealPath: currentDirectory is not a valid path: \"%s\"", currentDirectory.c_str());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user