Explorar o código

Fixed logging output

David Marcec %!s(int64=6) %!d(string=hai) anos
pai
achega
e3d2b646e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/set/set.cpp

+ 1 - 1
src/core/hle/service/set/set.cpp

@@ -167,7 +167,7 @@ void GetKeyCodeMapImpl(Kernel::HLERequestContext& ctx) {
     KeyboardLayout layout = KeyboardLayout::EnglishUs;
     if (key_code == language_to_layout.cend()) {
         LOG_ERROR(Service_SET,
-                  "Could not find keyboard layout for language index {} defaulting to english us",
+                  "Could not find keyboard layout for language index {}, defaulting to English us",
                   Settings::values.language_index);
     } else {
         layout = key_code->second;