提交 4072689a authored 作者: Anthony Minessale's avatar Anthony Minessale

doh

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@597 a93c3328-9c30-0410-af19-c9cd2b2d52af
上级 843a36f7
...@@ -2138,7 +2138,7 @@ static zap_status_t load_config(void) ...@@ -2138,7 +2138,7 @@ static zap_status_t load_config(void)
zap_mutex_lock(globals.mutex); zap_mutex_lock(globals.mutex);
if (!zap_strlen_zero(name) && hashtable_search(globals.span_hash, (void *)name)) { if (!zap_strlen_zero(name) && hashtable_search(globals.span_hash, (void *)name)) {
zap_log(ZAP_LOG_WARNING, "name %s is already used, substituting 'span%d' as the name\n", span->span_id); zap_log(ZAP_LOG_WARNING, "name %s is already used, substituting 'span%d' as the name\n", name, span->span_id);
name = NULL; name = NULL;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论