Skip to content

Commit

Permalink
Update AppDelegate.m
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Dec 9, 2024
1 parent d250eed commit 6e91474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Branch-TestBed/Branch-TestBed/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6e91474

Please sign in to comment.