diff options
| author | JosJuice <josjuice@gmail.com> | 2017-03-24 16:44:38 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2017-03-24 16:44:38 +0100 |
| commit | a31bb7a27cdb56ac1bf38138cf145052cb4fb643 (patch) | |
| tree | 39a82825ad4d374deea0cb5424cd386eab290be9 /Source/Core/DiscIO/Enums.cpp | |
| parent | c5cc781205be6125c9214cf0100b241e36491bd2 (diff) | |
Clarify the log message for unknown Wii Menu regions
Saying just "title" made it seem like we are showing the title
ID, but what we actually are showing is the title version.
Diffstat (limited to 'Source/Core/DiscIO/Enums.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Enums.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Enums.cpp b/Source/Core/DiscIO/Enums.cpp index c84fb5ac6f..bfd9da0254 100644 --- a/Source/Core/DiscIO/Enums.cpp +++ b/Source/Core/DiscIO/Enums.cpp @@ -183,7 +183,7 @@ std::string GetSysMenuVersionString(u16 title_version) region_letter = "K"; break; case Region::UNKNOWN_REGION: - WARN_LOG(DISCIO, "Unknown Region for title: %u", title_version); + WARN_LOG(DISCIO, "Unknown region for Wii Menu version %u", title_version); break; } |
