Fix log message when canceling full backup

This commit is contained in:
Torsten Grote 2021-02-16 15:44:08 -03:00 committed by Chirayu Desai
parent 5bfc5da3f7
commit 1cd3a3a0e6

View file

@ -321,7 +321,7 @@ internal class BackupCoordinator(
?: throw AssertionError("Cancelling full backup, but no current package")
Log.i(
TAG, "Cancel full backup of ${packageInfo.packageName}" +
" because of $state.cancelReason"
" because of ${state.cancelReason}"
)
onPackageBackupError(packageInfo)
full.cancelFullBackup()