aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-25 19:24:30 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-10-25 19:24:30 -0700
commita094b7b3127ffcb607e11486a64fc905e92a2565 (patch)
treeb06a812825433b90c4818468677503f57b9776eb /src/cpp/common
parent281de1bb3003e51d4b59445827b25a23b33ba509 (diff)
Added server async tests
Diffstat (limited to 'src/cpp/common')
-rw-r--r--src/cpp/common/completion_queue_cc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpp/common/completion_queue_cc.cc b/src/cpp/common/completion_queue_cc.cc
index 6893201e2e..5dfcfa2984 100644
--- a/src/cpp/common/completion_queue_cc.cc
+++ b/src/cpp/common/completion_queue_cc.cc
@@ -64,6 +64,7 @@ CompletionQueue::NextStatus CompletionQueue::AsyncNextInternal(
*ok = ev.success != 0;
*tag = cq_tag;
if (cq_tag->FinalizeResult(tag, ok)) {
+ gpr_log(GPR_ERROR, "alright got tag %p", *tag);
return GOT_EVENT;
}
break;