[release-86][routing] Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2018-12-26 15:26:57 +03:00 committed by Vlad Mihaylenko
parent b8a4407d20
commit ae2609e2bf

View file

@ -383,7 +383,7 @@ void AsyncRouter::CalculateRoute()
elapsedSec = timer.ElapsedSeconds(); // routing time
LogCode(code, elapsedSec);
LOG(LDEBUG, ("ETA:", route->GetTotalTimeSec(), "sec."));
LOG(LINFO, ("ETA:", route->GetTotalTimeSec(), "sec."));
}
catch (RootException const & e)
{