提交 ba164176 authored 作者: Moises Silva's avatar Moises Silva

remove error logging in ozmod_r2

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@809 a93c3328-9c30-0410-af19-c9cd2b2d52af
上级 68c889ce
......@@ -1142,7 +1142,6 @@ static void *zap_r2_run(zap_thread_t *me, void *obj)
}
if (ZAP_SUCCESS == status) {
zap_event_t *event;
zap_log(ZAP_LOG_ERROR, "success getting poll event\n");
while (zap_span_next_event(span, &event) == ZAP_SUCCESS) {
if (event->enum_id == ZAP_OOB_CAS_BITS_CHANGE) {
r2chan = R2CALL(event->channel)->r2chan;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论