Replace Log.wtf calls with Log.e

This commit is contained in:
Andy Scherzinger 2016-07-19 14:36:41 +02:00
parent b7295e5f09
commit a6bd6030d2

View file

@ -152,7 +152,7 @@ public abstract class BaseActivity extends AppCompatActivity {
mStorageManager = new FileDataStorageManager(getAccount(), getContentResolver());
mCapabilities = mStorageManager.getCapability(mCurrentAccount.name);
} else {
Log_OC.wtf(TAG, "onAccountChanged was called with NULL account associated!");
Log_OC.e(TAG, "onAccountChanged was called with NULL account associated!");
}
}