Skip to content
Snippets Groups Projects
Commit bae38d9d authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Output call_error number

parent fb950927
Branches
Tags
No related merge requests found
......@@ -318,7 +318,8 @@
if (error != GRPC_CALL_OK) {
[NSException raise:NSInternalInconsistencyException
format:@"A precondition for calling grpc_call_start_batch wasn't met"];
format:@"A precondition for calling grpc_call_start_batch wasn't met. Error %i",
error];
}
gpr_free(ops_array);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment