示例#1
0
void FastCgiHealthMonitor::onStdErr(const x0::BufferRef& chunk)
{
	worker_.log(x0::Severity::error, "fastcgi: Health check error. %s", chunk.chomp().str().c_str());
}