aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/connectivity_state.c
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-10-18 12:15:08 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-10-18 12:15:08 -0700
commit9fa9315d62c3163a93eeae2b3d3bb70231567b83 (patch)
tree49968018548e4a294026a9f95b8ea5363efceb0e /src/core/lib/transport/connectivity_state.c
parent23c5b812687d0ebb86ed86d64416b232f8771e56 (diff)
parent948f95b2ce4204f859c867207bd991d30ca17ee7 (diff)
Merge remote-tracking branch 'upstream/master' into fc_1dstream
Diffstat (limited to 'src/core/lib/transport/connectivity_state.c')
-rw-r--r--src/core/lib/transport/connectivity_state.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/transport/connectivity_state.c b/src/core/lib/transport/connectivity_state.c
index 68d05e3a85..fdb5307814 100644
--- a/src/core/lib/transport/connectivity_state.c
+++ b/src/core/lib/transport/connectivity_state.c
@@ -180,7 +180,8 @@ void grpc_connectivity_state_set(grpc_exec_ctx *exec_ctx,
*w->current = tracker->current_state;
tracker->watchers = w->next;
if (grpc_connectivity_state_trace) {
- gpr_log(GPR_DEBUG, "NOTIFY: %p", w->notify);
+ gpr_log(GPR_DEBUG, "NOTIFY: %p %s: %p", tracker, tracker->name,
+ w->notify);
}
grpc_exec_ctx_sched(exec_ctx, w->notify,
GRPC_ERROR_REF(tracker->current_error), NULL);