1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-27 13:00:59 +01:00

minor fix

This commit is contained in:
mom040267 2014-06-03 22:40:34 +00:00
parent 0d65000ff0
commit 51776875cf

View File

@ -48,7 +48,7 @@ int TURN_MAX_ALLOCATE_TIMEOUT = 60;
int TURN_MAX_ALLOCATE_TIMEOUT_STUN_ONLY = 3;
#define log_method(ss, method, err_code, reason) \
{\
if (ss) {\
if(!(err_code)) {\
if(ss->origin[0]) {\
TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO,\