We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e5f02c + c463f63 commit 6ef8a31Copy full SHA for 6ef8a31
iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java
@@ -308,7 +308,7 @@ private boolean isInitialized() {
308
309
private boolean checkSDKInitialization() {
310
if (!isInitialized()) {
311
- IterableLogger.e(TAG, "Iterable SDK must be initialized with an API key and user email/userId before calling SDK methods");
+ IterableLogger.w(TAG, "Iterable SDK must be initialized with an API key and user email/userId before calling SDK methods");
312
return false;
313
}
314
return true;
0 commit comments