We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc96de4 commit bed1ee2Copy full SHA for bed1ee2
1 file changed
src/ruby/ext/grpc/rb_call.c
@@ -809,7 +809,7 @@ struct call_run_batch_args {
809
};
810
811
static void cancel_call_unblock_func(void* arg) {
812
- gpr_log(GPR_DEBUG, "GRPC_RUBY: cancel_call_unblock_func");
+ gpr_log(GPR_INFO, "GRPC_RUBY: cancel_call_unblock_func");
813
grpc_call* call = (grpc_call*)arg;
814
grpc_call_cancel(call, NULL);
815
}
0 commit comments