Fixes format issues
Signed-off-by: Tao He <sighingnow@gmail.com>
This commit is contained in:
parent
d57dff2f86
commit
204038c4bc
|
|
@ -1078,9 +1078,9 @@ etcdv3::AsyncWatchAction::AsyncWatchAction(etcdv3::ActionParameters&& params)
|
||||||
(void*) etcdv3::WATCH_CREATE);
|
(void*) etcdv3::WATCH_CREATE);
|
||||||
this->watch_id =
|
this->watch_id =
|
||||||
std::chrono::high_resolution_clock::now().time_since_epoch().count();
|
std::chrono::high_resolution_clock::now().time_since_epoch().count();
|
||||||
// #ifndef NDEBUG
|
// #ifndef NDEBUG
|
||||||
// std::clog << "etcd-cpp-apiv3: watch_id: " << this->watch_id << std::endl;
|
// std::clog << "etcd-cpp-apiv3: watch_id: " << this->watch_id << std::endl;
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
WatchRequest watch_req;
|
WatchRequest watch_req;
|
||||||
WatchCreateRequest watch_create_req;
|
WatchCreateRequest watch_create_req;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue