zk: fix debug level [#METR-10969]

This commit is contained in:
Pavel Kartavyy 2014-06-17 15:41:14 +04:00
parent b9e4f25a94
commit 1024697bf7

View File

@ -61,7 +61,7 @@ void ZooKeeper::processEvent(zhandle_t * zh, int type, int state, const char * p
void ZooKeeper::init(const std::string & hosts_, int32_t sessionTimeoutMs_)
{
log = &Logger::get("ZooKeeper");
log = &Logger::get("ZooKeeper");
zoo_set_debug_level(ZOO_LOG_LEVEL_ERROR);
hosts = hosts_;
sessionTimeoutMs = sessionTimeoutMs_;