diff --git a/routing/async_router.cpp b/routing/async_router.cpp index 98d7399c55..1b9679d2c8 100644 --- a/routing/async_router.cpp +++ b/routing/async_router.cpp @@ -337,8 +337,8 @@ void AsyncRouter::CalculateRoute() try { - LOG(LINFO, ("Calculating the route. checkpoints:", checkpoints, "startDirection:", - startDirection, "router name:", router->GetName())); + LOG(LINFO, ("Calculating the route of direct length", checkpoints.GetSummaryLengthBetweenPointsMeters(), + "m. checkpoints:", checkpoints, "startDirection:", startDirection, "router name:", router->GetName())); if (absentRegionsFinder) absentRegionsFinder->GenerateAbsentRegions(checkpoints, delegateProxy->GetDelegate());