forked from organicmaps/organicmaps
Minor log message fix: this code is now used not only for TTS but also for countries and cuisines.
This commit is contained in:
parent
97d1793a97
commit
505648fcdd
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ bool GetJsonBuffer(platform::TextSource textSource, string const & localeName, s
|
|||
}
|
||||
catch (RootException const & ex)
|
||||
{
|
||||
LOG(LWARNING, ("Can't open", localeName, "sound instructions file. pathToJson is", pathToJson,
|
||||
LOG(LWARNING, ("Can't open", localeName, "localization file. pathToJson is", pathToJson,
|
||||
ex.what()));
|
||||
return false; // No json file for localeName
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue