Skip to content

Commit

Permalink
Modify log information in allocate_relay_addrs_ports
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Nov 3, 2023
1 parent 5103873 commit e0cc03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/relay/netengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,10 @@ static void allocate_relay_addrs_ports(void) {
TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, " relay %s initialization...\n", turn_params.relay_addrs[i]);
turnipports_add_ip(STUN_ATTRIBUTE_TRANSPORT_UDP_VALUE, &baddr);
turnipports_add_ip(STUN_ATTRIBUTE_TRANSPORT_TCP_VALUE, &baddr);
TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, " relay %s initialization done\n", turn_params.relay_addrs[i]);
//TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, " relay %s initialization done\n", turn_params.relay_addrs[i]);
}
}
TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "Relay ports initialization done\n");
TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "Total %d relay ports initialization done\n", turn_params.relays_number);
}

//////////////////////////////////////////////////
Expand Down

0 comments on commit e0cc03a

Please sign in to comment.