From c780ce584aa862fb52c6c32884f6a245e8ce4b51 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 9 Nov 2018 23:03:14 +0100 Subject: Fix log msg typo Signed-off-by: Clifford Wolf --- common/router1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/router1.cc b/common/router1.cc index 21670e77..8991ef20 100644 --- a/common/router1.cc +++ b/common/router1.cc @@ -544,7 +544,7 @@ bool router1(Context *ctx, const Router1Cfg &cfg) int last_arcs_without_ripup = 0; log_info(" | (re-)routed arcs | delta | remaining\n"); - log_info(" IterCnt | w/riput wo/ripup | w/r wo/r | arcs\n"); + log_info(" IterCnt | w/ripup wo/ripup | w/r wo/r | arcs\n"); while (!router.arc_queue.empty()) { if (++iter_cnt % 1000 == 0) { -- cgit v1.2.3