mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Replace Log.wtf calls with Log.e
This commit is contained in:
parent
b7295e5f09
commit
a6bd6030d2
1 changed files with 1 additions and 1 deletions
|
@ -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!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue