提交 cb617328 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@473 a93c3328-9c30-0410-af19-c9cd2b2d52af
上级 e1a86feb
Thu May 1 12:15:19 EDT 2008
Fri May 9 10:23:02 EDT 2008
......@@ -778,8 +778,7 @@ static void *zap_analog_run(zap_thread_t *me, void *obj)
break;
case ZAP_FAIL:
{
zap_log(ZAP_LOG_DEBUG, "Failure!\n");
goto end;
zap_log(ZAP_LOG_ERROR, "Failure Polling event! [%s]\n", span->last_error);
}
break;
default:
......
......@@ -565,6 +565,10 @@ ZIO_SPAN_POLL_EVENT_FUNCTION(zt_poll_event)
}
}
if (!k) {
snprintf(span->last_error, sizeof(span->last_error), "no matching descriptor");
}
return k ? ZAP_SUCCESS : ZAP_FAIL;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论