From 6e914747366af121b4d9a2782cf73ff504ac922e Mon Sep 17 00:00:00 2001 From: nsingh-branch Date: Mon, 9 Dec 2024 13:03:09 -0800 Subject: [PATCH] Update AppDelegate.m --- Branch-TestBed/Branch-TestBed/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Branch-TestBed/Branch-TestBed/AppDelegate.m b/Branch-TestBed/Branch-TestBed/AppDelegate.m index 8df77b62e..01d8c33d7 100644 --- a/Branch-TestBed/Branch-TestBed/AppDelegate.m +++ b/Branch-TestBed/Branch-TestBed/AppDelegate.m @@ -55,7 +55,7 @@ - (BOOL)application:(UIApplication *)application } if (response) { - NSLog(@"[BranchLog] Got %@ Response: %@", response, response.data); + NSLog(@"[BranchLog] Got Response for request(%@): %@", response.requestId, response.data); } NSString *logEntry = error ? [NSString stringWithFormat:@"Level: %lu, Message: %@, Error: %@", (unsigned long)logLevel, message, error.localizedDescription]