diff options
Diffstat (limited to 'proto/static')
-rw-r--r-- | proto/static/static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/static/static.c b/proto/static/static.c index de061e8..beb5a1b 100644 --- a/proto/static/static.c +++ b/proto/static/static.c @@ -98,7 +98,7 @@ static_add(struct proto *p, struct static_route *r) static_install(p, r, n->iface); } else - log(L_ERR "Static route destination %I is invalid. Ignoring.\n", r->via); + log(L_ERR "Static route destination %I is invalid. Ignoring.", r->via); break; } case RTD_DEVICE: |