X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsubnet.c;h=47f14366c10127b1d30f488eea79662e5bb85836;hp=f010e4ead64458875a4d97477ad53aa93e4c3fb5;hb=5cff8c47c1781a88123c128a4cec6cdd39925aa5;hpb=6d08eb1614b59d5f86a43edda9db06fca72b76cd diff --git a/src/subnet.c b/src/subnet.c index f010e4ea..47f14366 100644 --- a/src/subnet.c +++ b/src/subnet.c @@ -273,7 +273,7 @@ bool str2net(subnet_t *subnet, const char *subnetstr) { bool net2str(char *netstr, int len, const subnet_t *subnet) { if(!netstr || !subnet) { - logger(LOG_ERR, "net2str() was called with netstr=%p, subnet=%p!\n", netstr, subnet); + logger(LOG_ERR, "net2str() was called with netstr=%p, subnet=%p!", netstr, subnet); return false; }