提交 e5aab716 authored 作者: Stefan Knoblich's avatar Stefan Knoblich

Make "No PMP or UPnP NAT detected" message a tad more clear

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15345 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b47f1f93
......@@ -409,7 +409,7 @@ SWITCH_DECLARE(void) switch_nat_init(switch_memory_pool_t *pool)
switch_nat_thread_start();
}
} else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "No PMP or UPnP NAT detected!\n");
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "No PMP or UPnP NAT devices detected!\n");
}
first_init = SWITCH_FALSE;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论