From ae2609e2bf6301d1f0071f352dc8d2a8bdc33948 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Wed, 26 Dec 2018 15:26:57 +0300 Subject: [PATCH] [release-86][routing] Review fixes. --- routing/async_router.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/async_router.cpp b/routing/async_router.cpp index a063223354..5ca7e1d7b1 100644 --- a/routing/async_router.cpp +++ b/routing/async_router.cpp @@ -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) {