summaryrefslogtreecommitdiffstats
path: root/proto/static/static.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/static/static.c')
-rw-r--r--proto/static/static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/static/static.c b/proto/static/static.c
index eb6c1c1..c532479 100644
--- a/proto/static/static.c
+++ b/proto/static/static.c
@@ -150,7 +150,7 @@ static_neigh_notify(struct neighbor *n)
static void
static_dump_rt(struct static_route *r)
{
- debug("%16I/%2d: ", r->net, r->masklen);
+ debug("%-1I/%2d: ", r->net, r->masklen);
switch (r->dest)
{
case RTD_ROUTER: