X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_subnet.c;h=9ae491d0533b276ac409b87fc4be0559439d268b;hp=c284622485120fa1717b08510954ae12e5954313;hb=f2346771cf5b22092dd3f5af3674008aa1e878d1;hpb=ee64b8ef33b709fabfc1ed56762d5f52fc026e52 diff --git a/src/protocol_subnet.c b/src/protocol_subnet.c index c2846224..9ae491d0 100644 --- a/src/protocol_subnet.c +++ b/src/protocol_subnet.c @@ -115,6 +115,8 @@ bool add_subnet_h(connection_t *c) { /* Ignore if strictsubnets is true, but forward it to others */ if(strictsubnets) { + logger(LOG_WARNING, "Ignoring unauthorized %s from %s (%s): %s", + "ADD_SUBNET", c->name, c->hostname, subnetstr); forward_request(c); return true; }