Fixes format issues

Signed-off-by: Tao He <sighingnow@gmail.com>
This commit is contained in:
Tao He 2023-07-01 21:03:20 +08:00
parent d57dff2f86
commit 204038c4bc
1 changed files with 3 additions and 3 deletions

View File

@ -1078,9 +1078,9 @@ etcdv3::AsyncWatchAction::AsyncWatchAction(etcdv3::ActionParameters&& params)
(void*) etcdv3::WATCH_CREATE);
this->watch_id =
std::chrono::high_resolution_clock::now().time_since_epoch().count();
// #ifndef NDEBUG
// std::clog << "etcd-cpp-apiv3: watch_id: " << this->watch_id << std::endl;
// #endif
// #ifndef NDEBUG
// std::clog << "etcd-cpp-apiv3: watch_id: " << this->watch_id << std::endl;
// #endif
WatchRequest watch_req;
WatchCreateRequest watch_create_req;