提交 e338dc3f authored 作者: Michael Jerris's avatar Michael Jerris

reformat

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6514 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 c320b962
......@@ -196,7 +196,7 @@ static switch_status_t mod_logfile_rotate(logfile_profile_t *profile)
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "New log started.\n");
end:
end:
switch_mutex_unlock(globals.mutex);
......@@ -236,7 +236,6 @@ static switch_status_t mod_logfile_raw_write(logfile_profile_t *profile, char *l
static switch_status_t mod_logfile_logger(const switch_log_node_t *node, switch_log_level_t level)
{
/* TODO: Handle multiple profiles */
if (default_profile->levels[node->level].on) {
mod_logfile_raw_write(default_profile, node->data);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论