From 02a5bdc60c9ff8474a959027882048290571f806 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 4 May 2020 00:40:59 +0100 Subject: Add logging to TCP and onion client. --- other/bootstrap_daemon/src/tox-bootstrapd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'other/bootstrap_daemon/src') diff --git a/other/bootstrap_daemon/src/tox-bootstrapd.c b/other/bootstrap_daemon/src/tox-bootstrapd.c index 2bef50e9..549d4625 100644 --- a/other/bootstrap_daemon/src/tox-bootstrapd.c +++ b/other/bootstrap_daemon/src/tox-bootstrapd.c @@ -406,7 +406,8 @@ int main(int argc, char *argv[]) return 1; } - tcp_server = new_TCP_server(enable_ipv6, tcp_relay_port_count, tcp_relay_ports, dht_get_self_secret_key(dht), onion); + tcp_server = new_TCP_server(logger, enable_ipv6, tcp_relay_port_count, tcp_relay_ports, dht_get_self_secret_key(dht), + onion); free(tcp_relay_ports); -- cgit v1.2.3