forked from organicmaps/organicmaps
Compilation fix.
This commit is contained in:
parent
2203bf5c1f
commit
ad081b4c54
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ bool GuidesManager::RestoreFromFile()
|
|||
}
|
||||
catch (RootException const & ex)
|
||||
{
|
||||
LOG(LAWARNING, ("Failed to read guide info file:", ex.Msg()));
|
||||
LOG(LWARNING, ("Failed to read guide info file:", ex.Msg()));
|
||||
}
|
||||
|
||||
if (downloadedVersion > resourcesVersion)
|
||||
|
|
Loading…
Add table
Reference in a new issue