From 819857b33a8ead432bccfc175bb57faf15bfa657 Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Tue, 1 Oct 2024 11:49:34 +0330 Subject: [PATCH] fix: a typo in a log message --- FirebaseAppDistribution/Sources/FIRFADApiService.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseAppDistribution/Sources/FIRFADApiService.m b/FirebaseAppDistribution/Sources/FIRFADApiService.m index 43d026f2752..5fa3de22182 100644 --- a/FirebaseAppDistribution/Sources/FIRFADApiService.m +++ b/FirebaseAppDistribution/Sources/FIRFADApiService.m @@ -107,7 +107,7 @@ + (NSArray *)handleReleaseResponse:(NSData *)data response:(NSURLResponse *)response error:(NSError **_Nullable)error { NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response; - FIRFADInfoLog(@"HTTPResonse status code %ld response %@", (long)[httpResponse statusCode], + FIRFADInfoLog(@"HTTPResponse status code %ld response %@", (long)[httpResponse statusCode], httpResponse); if ([self handleHttpResponseError:httpResponse error:error]) {