mirror of
https://github.com/coturn/coturn.git
synced 2026-05-05 02:46:08 +02:00
Delete log line per relay thread on start (#1876)
This is a unique log per relay thread. Auth threads do not log.
This commit is contained in:
parent
453afd1fdc
commit
51520c77a2
@ -4978,8 +4978,6 @@ void init_turn_server(turn_turnserver *server, turnserver_id id, int verbose, io
|
||||
}
|
||||
server->acme_redirect = acme_redirect;
|
||||
|
||||
TURN_LOG_FUNC(TURN_LOG_LEVEL_DEBUG, "turn server id=%d created\n", (int)id);
|
||||
|
||||
server->check_origin = check_origin;
|
||||
server->no_tcp_relay = no_tcp_relay;
|
||||
server->no_udp_relay = no_udp_relay;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user