提交 06f51244 authored 作者: Anthony Minessale's avatar Anthony Minessale

change log message

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@599 a93c3328-9c30-0410-af19-c9cd2b2d52af
上级 8f8d75cc
...@@ -1880,7 +1880,7 @@ static switch_status_t load_config(void) ...@@ -1880,7 +1880,7 @@ static switch_status_t load_config(void)
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "span missing required param 'id'\n"); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "span missing required param 'id'\n");
continue; continue;
} }
if (name) { if (name) {
zstatus = zap_span_find_by_name(name, &span); zstatus = zap_span_find_by_name(name, &span);
} else { } else {
...@@ -1899,7 +1899,7 @@ static switch_status_t load_config(void) ...@@ -1899,7 +1899,7 @@ static switch_status_t load_config(void)
} }
if (zstatus != ZAP_SUCCESS) { if (zstatus != ZAP_SUCCESS) {
zap_log(ZAP_LOG_ERROR, "Error finding OpenZAP span %d\n", span_id); zap_log(ZAP_LOG_ERROR, "Error finding OpenZAP span %s\n", id);
continue; continue;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论