Skip to content

Commit

Permalink
refac: change log level of message about tvos skad flow exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Dec 29, 2022
1 parent ff873b2 commit e340bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adjust/ADJSKAdNetwork.m
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ - (BOOL)isApiAvailableForClass:(Class)class andSelector:(SEL)selector {
}
return YES;
#else
[self.logger warn:@"%@ method implementation not available for tvOS platform", NSStringFromSelector(selector)];
[self.logger debug:@"%@ method implementation not available for tvOS platform", NSStringFromSelector(selector)];
return NO;
#endif
}
Expand Down

0 comments on commit e340bb1

Please sign in to comment.