X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finfo.c;h=af085bc3633cbd73857dfb672c723a6ac5e11f76;hb=41583d5dcfc1277b1a203478de4cce2cd0cda1b1;hp=8e91a227f300a8e3c1caac429a7c71154a8879cd;hpb=d298ebe91c9209d139f38b6de2e42bf7c5bb5899;p=tinc diff --git a/src/info.c b/src/info.c index 8e91a227..af085bc3 100644 --- a/src/info.c +++ b/src/info.c @@ -1,6 +1,6 @@ /* info.c -- Show information about a node, subnet or address - Copyright (C) 2012 Guus Sliepen + Copyright (C) 2012-2013 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,6 +31,7 @@ void logger(int level, int priority, const char *format, ...) { va_start(ap, format); vfprintf(stderr, format, ap); va_end(ap); + fputc('\n', stderr); } char *strip_weight(char *netstr) {