Compilation fix.

This commit is contained in:
vng 2013-11-28 17:52:35 +03:00 committed by Alex Zolotarev
parent 2203bf5c1f
commit ad081b4c54

View file

@ -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)