Review fixes.

This commit is contained in:
Lev Dragunov 2016-04-05 12:28:51 +03:00
parent ce785da706
commit 917351d58e

View file

@ -479,8 +479,8 @@ LoadedPathSegment::LoadedPathSegment(RoutingMapping & mapping, Index const & ind
mapping.m_segMapping.ForEachFtSeg(osrmPathSegment.node, MakeBackInsertFunctor(buffer));
if (buffer.empty())
{
LOG(LWARNING, ("Can't unpack geometry for map:", mapping.GetCountryName(), " node: ",
osrmPathSegment.node));
LOG(LERROR, ("Can't unpack geometry for map:", mapping.GetCountryName(), " node: ",
osrmPathSegment.node));
alohalytics::Stats::Instance().LogEvent(
"RouteTracking_UnpackingError",
{{"node", strings::to_string(osrmPathSegment.node)},