forked from organicmaps/organicmaps
[release-86][routing] Review fixes.
This commit is contained in:
parent
b8a4407d20
commit
ae2609e2bf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue