MODSOFIA-49
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16058 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1ed005a54d
commit
c2ca5f9ab1
|
@ -1368,6 +1368,8 @@ static su_log_t *sofia_get_logger(const char *name)
|
|||
return nth_server_log;
|
||||
} else if (!strcasecmp(name, "nua")) {
|
||||
return nua_log;
|
||||
} else if (!strcasecmp(name, "soa")) {
|
||||
return soa_log;
|
||||
} else if (!strcasecmp(name, "sresolv")) {
|
||||
return sresolv_log;
|
||||
} else if (!strcasecmp(name, "stun")) {
|
||||
|
|
Loading…
Reference in New Issue