Change logging in PSPLoaders.cpp to debug instead of error; it was a remnant of the debugging process.

This commit is contained in:
The Dax 2013-06-23 01:33:42 -04:00
parent bd0944fc49
commit ad1323c6ec

View File

@ -80,7 +80,7 @@ void InitMemoryForGameISO(std::string fileToStart) {
break;
}
}
ERROR_LOG(LOADER, "HDRemaster mode is %s", g_RemasterMode? "true": "false");
DEBUG_LOG(LOADER, "HDRemaster mode is %s", g_RemasterMode? "true": "false");
}
delete [] paramsfo;
}