███████████: better loggind and tiny fixes [#METR-15299]

This commit is contained in:
Pavel Kartavyy 2015-03-13 16:32:27 +03:00
parent 23ef0b9787
commit ef08ca1f96

View File

@ -11,6 +11,7 @@ public:
Increment(ZooKeeperPtr zk_, const std::string & path_)
: zk(zk_), path(path_)
{
zk->createAncestors(path);
}
size_t get()