Skip to content

Commit

Permalink
log at INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
apolcyn committed Jun 12, 2024
1 parent cc96de4 commit bed1ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruby/ext/grpc/rb_call.c
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ struct call_run_batch_args {
};

static void cancel_call_unblock_func(void* arg) {
gpr_log(GPR_DEBUG, "GRPC_RUBY: cancel_call_unblock_func");
gpr_log(GPR_INFO, "GRPC_RUBY: cancel_call_unblock_func");
grpc_call* call = (grpc_call*)arg;
grpc_call_cancel(call, NULL);
}
Expand Down

0 comments on commit bed1ee2

Please sign in to comment.