X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=netlink.c;h=794bffe7b5c6bf3755e7b9c64817b2816eed8865;hb=34d3bf4cdcb2d2938c3b92573f66815e4d9392ac;hp=6384c02220720721d9f8a123e83d976a0e21c9ac;hpb=55bc97e626e0f31e04b190528b25c6e026942610;p=secnet.git 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);