Skip to content
Snippets Groups Projects
Commit 86839115 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

print insecure channel target in trace

parent 449bf017
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ grpc_channel *grpc_insecure_channel_create(const char *target, ...@@ -101,7 +101,7 @@ grpc_channel *grpc_insecure_channel_create(const char *target,
void *reserved) { void *reserved) {
grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT; grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
GRPC_API_TRACE( GRPC_API_TRACE(
"grpc_insecure_channel_create(target=%p, args=%p, reserved=%p)", 3, "grpc_insecure_channel_create(target=%s, args=%p, reserved=%p)", 3,
(target, args, reserved)); (target, args, reserved));
GPR_ASSERT(reserved == NULL); GPR_ASSERT(reserved == NULL);
// Add channel arg containing the client channel factory. // Add channel arg containing the client channel factory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment