X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_socket.c;fp=src%2Fnet_socket.c;h=b889bca6a9d1ffb60edd48b399df71949d03cfee;hp=48e07834aefa5408895ff24d9087cbabb460e564;hb=a0c544df5d882bea812fb0ef648cdee98939e89c;hpb=00ef2f6825ed69421b4d334dc4f3d11833c9a737 diff --git a/src/net_socket.c b/src/net_socket.c index 48e07834..b889bca6 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -311,7 +311,7 @@ static void do_outgoing_pipe(connection_t *c, char *command) { if(fork()) { c->socket = fd[0]; close(fd[1]); - logger(LOG_DEBUG, "Using proxy %s", command); + ifdebug(CONNECTIONS) logger(LOG_DEBUG, "Using proxy %s", command); return; }