mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-27 09:46:50 +03:00
Use TAG for logging in SSOUtil
This commit is contained in:
parent
b9e5010a97
commit
e301bd3971
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ public class SSOUtil {
|
|||
AccountImporter.pickNewAccount(activity);
|
||||
} catch (NextcloudFilesAppNotInstalledException e1) {
|
||||
UiExceptionManager.showDialogForException(activity, e1);
|
||||
Log.w(SSOUtil.class.toString(), "=============================================================");
|
||||
Log.w(SSOUtil.class.toString(), "Nextcloud app is not installed. Cannot choose account");
|
||||
Log.w(TAG, "=============================================================");
|
||||
Log.w(TAG, "Nextcloud app is not installed. Cannot choose account");
|
||||
e1.printStackTrace();
|
||||
} catch (AndroidGetAccountsPermissionNotGranted e2) {
|
||||
AccountImporter.requestAndroidAccountPermissionsAndPickAccount(activity);
|
||||
|
|
Loading…
Reference in a new issue