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

Commit 11f334f5 authored by joshmccloskey's avatar joshmccloskey
Browse files

Fixed logging message

Test: It builds.
Fixes: b/149422222
Change-Id: I9c482a0defc5836385cb6e10a6f89a7493dfea0c
parent 2e5e7db3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -173,7 +173,7 @@ public class AuthService extends SystemService {
            checkPermission();
            checkPermission();


            if (token == null || opPackageName == null) {
            if (token == null || opPackageName == null) {
                Slog.e(TAG, "Unable to authenticate, one or more null arguments");
                Slog.e(TAG, "Unable to cancel authentication, one or more null arguments");
                return;
                return;
            }
            }