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

Commit ae06ed97 authored by Christopher Tate's avatar Christopher Tate
Browse files

Fix the build

Change-Id: I41616afc75a3366ea7e9e79ac7ea4c46d1863d83
parent 50d89f96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2484,7 +2484,7 @@ class BackupManagerService extends IBackupManager.Stub {
            pw.println("Backup Manager is " + (mEnabled ? "enabled" : "disabled")
                    + " / " + (!mProvisioned ? "not " : "") + "provisioned / "
                    + (this.mPendingInits.size() == 0 ? "not " : "") + "pending init");
            pw.println("Auto-restore is " + (mAutoRestore : "enabled" : "disabled"));
            pw.println("Auto-restore is " + (mAutoRestore ? "enabled" : "disabled"));
            pw.println("Last backup pass: " + mLastBackupPass
                    + " (now = " + System.currentTimeMillis() + ')');
            pw.println("  next scheduled: " + mNextBackupPass);