diff --git a/Core/FileSystems/MetaFileSystem.cpp b/Core/FileSystems/MetaFileSystem.cpp index c35a8f1c8..37e226dee 100644 --- a/Core/FileSystems/MetaFileSystem.cpp +++ b/Core/FileSystems/MetaFileSystem.cpp @@ -148,7 +148,7 @@ bool RealPath(const std::string ¤tDirectory, const std::string &inPath, st const std::string curDirAfter = currentDirectory.substr(curDirColon + 1); 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; }