diff options
| -rw-r--r-- | common/router1.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
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) {  | 
