diff --git a/iphone/Maps/Core/TextToSpeech/MWMTextToSpeech.mm b/iphone/Maps/Core/TextToSpeech/MWMTextToSpeech.mm index f41ba7e433..9405202a28 100644 --- a/iphone/Maps/Core/TextToSpeech/MWMTextToSpeech.mm +++ b/iphone/Maps/Core/TextToSpeech/MWMTextToSpeech.mm @@ -191,7 +191,7 @@ using Observers = NSHashTable; else [MWMRouter setTurnNotificationsLocale:@(twineLang.c_str())]; } else { - LOG(LERROR, + LOG(LWARNING, ("The UI language and English are not available for TTS. MWMTextToSpeech is invalid.")); } }