1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

Make Localization log message more useful.

This commit is contained in:
2012-04-18 18:29:58 -07:00
parent a305f61748
commit 6cf0898bc1

View File

@ -958,7 +958,7 @@ void pfLocalizationDataMgr::IConvertElement(LocElementInfo *elementInfo, const s
numArgs = argCount;
else if (argCount != numArgs)
{
std::wstring errorStr = L"WARNING: Argument number mismatch in element " + curPath;
std::wstring errorStr = L"WARNING: Argument number mismatch in element " + curPath + L" for " + curTranslation->first;
char* cErrorStr = hsWStringToString(errorStr.c_str());
fLog->AddLine(cErrorStr);
delete [] cErrorStr;