diff options
author | michele papalini <micpapal@cisco.com> | 2020-01-24 18:16:56 +0100 |
---|---|---|
committer | michele papalini <micpapal@cisco.com> | 2020-01-24 18:17:34 +0100 |
commit | be54ac541c9700eaa9085bc8b4ee21b7a5f7e30a (patch) | |
tree | 08f89afe884730aaa6afcd64856f6e34bb934aef | |
parent | f3fc65def1f771f48cc7edc26eb48de2d0096fbd (diff) |
[HICN-483] log strategy decisions using hicn-light log
Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: Ic4bec67ed69170eb6585610d5a2833bc6d2e563f
-rw-r--r-- | hicn-light/src/hicn/strategies/lowLatency.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/strategies/lowLatency.c b/hicn-light/src/hicn/strategies/lowLatency.c index c9e491860..d525f3c5c 100644 --- a/hicn-light/src/hicn/strategies/lowLatency.c +++ b/hicn-light/src/hicn/strategies/lowLatency.c @@ -454,7 +454,7 @@ static void strategyLowLatency_SelectBestFaces(StrategyLowLatency *ll, if(ll->bestFaces[0] != NULL){ logger_Log(log, LoggerFacility_Strategy, PARCLogLevel_Info, __func__, - "use 1 path. rtt face %d = %f is_lossy = %d ", + "use 1 path. rtt face %d = %f is_lossy = %d, " "(avoid multipath = %d)\n", strategyNexthopStateLL_GetFaceId(ll->bestFaces[0]), strategyNexthopStateLL_GetRTTLive(ll->bestFaces[0]), |