Remove or lower the priority of some debug messages.
[oweals/tinc.git] / src / net_socket.c
index 48e07834aefa5408895ff24d9087cbabb460e564..b889bca6a9d1ffb60edd48b399df71949d03cfee 100644 (file)
@@ -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;
        }