Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e301bd39 authored by stefan-niedermann's avatar stefan-niedermann
Browse files

Use TAG for logging in SSOUtil

parent b9e5010a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);