forked from organicmaps/organicmaps-tmp
Adding a log record when the locale is changed.
This commit is contained in:
parent
e5e6004e26
commit
dfafce79bf
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ void RoutingSession::SetTurnNotificationsUnits(routing::turns::sound::LengthUnit
|
|||
|
||||
void RoutingSession::SetTurnNotificationsLocale(string const & locale)
|
||||
{
|
||||
LOG(LINFO, ("The language for turn notifications is", locale));
|
||||
threads::MutexGuard guard(m_routeSessionMutex);
|
||||
UNUSED_VALUE(guard);
|
||||
m_turnsSound.SetLocale(locale);
|
||||
|
|
Loading…
Add table
Reference in a new issue