X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/55bc97e626e0f31e04b190528b25c6e026942610..4531c0a5aef9d8dc028d6f61390bc00c4a4adf86:/netlink.c diff --git a/netlink.c b/netlink.c index 6384c02..794bffe 100644 --- a/netlink.c +++ b/netlink.c @@ -765,7 +765,7 @@ static void netlink_dump_routes(struct netlink *st, bool_t requested) if (requested) c=M_WARNING; if (st->ptp) { net=ipaddr_to_string(st->secnet_address); - Message(c,"%s: point-to-point (remote end is %s); routes:\n", + Message(c,"%s: point-to-point (remote end is %s); routes: ", st->name, net); free(net); netlink_output_subnets(st,c,st->clients->subnets);