mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-16 16:19:42 +01:00
debug wibbles
This commit is contained in:
parent
72160cea89
commit
a0a14dd7d8
1 changed files with 0 additions and 2 deletions
|
@ -85,9 +85,7 @@ startBatch cq@CompletionQueue{..} call opArray opArraySize tag =
|
||||||
withPermission Push cq $ fmap throwIfCallError $ do
|
withPermission Push cq $ fmap throwIfCallError $ do
|
||||||
grpcDebug $ "startBatch: calling grpc_call_start_batch with pointers: "
|
grpcDebug $ "startBatch: calling grpc_call_start_batch with pointers: "
|
||||||
++ show call ++ " " ++ show opArray
|
++ show call ++ " " ++ show opArray
|
||||||
grpcDebug "About to enter grpc_call_start_batch"
|
|
||||||
res <- C.grpcCallStartBatch call opArray opArraySize tag C.reserved
|
res <- C.grpcCallStartBatch call opArray opArraySize tag C.reserved
|
||||||
grpcDebug "Returned from grpc_call_start_batch"
|
|
||||||
grpcDebug "startBatch: grpc_call_start_batch call returned."
|
grpcDebug "startBatch: grpc_call_start_batch call returned."
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue