From 6753dabd171a0b4bf7eb0ade3f6e773bfbbf7a19 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 30 Mar 2013 04:11:53 -0400 Subject: [PATCH] Fix an error log message. --- Core/Loaders.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Loaders.cpp b/Core/Loaders.cpp index 069ec0c797..9a18f764e6 100644 --- a/Core/Loaders.cpp +++ b/Core/Loaders.cpp @@ -104,7 +104,7 @@ bool LoadFile(const char *filename, std::string *error_string) pspFileSystem.SetStartingDirectory("disc0:/PSP_GAME/USRDIR"); return Load_PSP_ISO(filename, error_string); case FILETYPE_ERROR: - ERROR_LOG(LOADER, "Could not file"); + ERROR_LOG(LOADER, "Could not read file"); *error_string = "Error reading file"; break; case FILETYPE_UNKNOWN_BIN: