summaryrefslogtreecommitdiffstats
path: root/nest/rt-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c
index e095a14..d313dbc 100644
--- a/nest/rt-table.c
+++ b/nest/rt-table.c
@@ -538,7 +538,7 @@ rte_dump(rte *e)
{
net *n = e->net;
if (n)
- debug("%1I/%2d ", n->n.prefix, n->n.pxlen);
+ debug("%-1I/%2d ", n->n.prefix, n->n.pxlen);
else
debug("??? ");
debug("KF=%02x PF=%02x pref=%d lm=%d ", n->n.flags, e->pflags, e->pref, now-e->lastmod);