Skip to content

Commit

Permalink
chore: update logs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Sep 6, 2023
1 parent 89bcadd commit 41294ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adjust/ADJActivityHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@ - (void)checkAttStatusPeriodic {
// check current ATT status
int attStatus = [ADJUtil attStatus];
if (attStatus != 0) {
[self.activityHandler.logger info:@"ATT consent status udated to [%d]", attStatus];
[self.activityHandler.logger info:@"ATT consent status udated to: %d", attStatus];
[ADJUserDefaults removeAttWaitingRemainingSeconds];
[self.activityHandler resumeActivityFromWaitingForAttStatus];
return;
Expand Down

0 comments on commit 41294ac

Please sign in to comment.