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

Commit 667443dd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed logging message"

parents b2b92cc5 11f334f5
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;
            }
            }