MODSOFIA-49

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16058 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-12-28 15:54:00 +00:00
parent 1ed005a54d
commit c2ca5f9ab1
1 changed files with 2 additions and 0 deletions

View File

@ -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")) {