Skip to content

Commit e340bb1

Browse files
committed
refac: change log level of message about tvos skad flow exclusion
1 parent ff873b2 commit e340bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adjust/ADJSKAdNetwork.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ - (BOOL)isApiAvailableForClass:(Class)class andSelector:(SEL)selector {
213213
}
214214
return YES;
215215
#else
216-
[self.logger warn:@"%@ method implementation not available for tvOS platform", NSStringFromSelector(selector)];
216+
[self.logger debug:@"%@ method implementation not available for tvOS platform", NSStringFromSelector(selector)];
217217
return NO;
218218
#endif
219219
}

0 commit comments

Comments
 (0)