OSDN Git Service

Fix the build
authorChristopher Tate <ctate@google.com>
Fri, 26 Feb 2010 01:13:28 +0000 (17:13 -0800)
committerChristopher Tate <ctate@google.com>
Fri, 26 Feb 2010 01:13:28 +0000 (17:13 -0800)
Change-Id: I41616afc75a3366ea7e9e79ac7ea4c46d1863d83

services/java/com/android/server/BackupManagerService.java

index a1d8227..297d60f 100644 (file)
@@ -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);