Update StringTable.cpp

This commit is contained in:
Tuff CWC 2026-03-07 23:44:06 +01:00 committed by GitHub
parent 26fa85f180
commit 5f392dda0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ void StringTable::ProcessStringTableData(void)
}
if (!foundLang)
app.Printf("StringTable:: Can't find language '%ls'.\n", it_locales->c_str());
app.DebugPrintf("StringTable:: Can't find language '%ls'.\n", it_locales->c_str());
}
if(foundLang)