This commit is contained in:
Birunthan Mohanathas
2012-05-30 08:10:12 +03:00
parent 659cb563bd
commit 0891ee4b91
3 changed files with 9 additions and 11 deletions

View File

@ -254,7 +254,7 @@ const WCHAR* CMeasure::CheckSubstitute(const WCHAR* buffer)
if (re == NULL)
{
MakePlainSubstitute(str, i);
LogWithArgs(LOG_NOTICE, L"%S", error);
LogWithArgs(LOG_NOTICE, L"Substitute: %S", error);
}
else
{