aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-15 12:22:38 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-15 12:24:22 -0800
commit6b6ab2bdc9d03ffe85398451342a140320aac1dd (patch)
treeef9f2163564ded3bd810d33a56cfbdc32d8b6a43 /src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.m
parent7500528b15b3a47343a6483c1b71857cbe00244a (diff)
Back to NSAssert
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.m b/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.m
index 57bd40d678..f5e7a2b9e2 100644
--- a/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.m
+++ b/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.m
@@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN
if (errorPtr) {
*errorPtr = defaultRootsError;
}
- GRPCAssertWithArgument(
+ NSAssert(
defaultRootsASCII, NSObjectNotAvailableException,
@"Could not read gRPCCertificates.bundle/roots.pem. This file, "
"with the root certificates, is needed to establish secure (TLS) connections. "