Fix log message when canceling full backup
This commit is contained in:
parent
5bfc5da3f7
commit
1cd3a3a0e6
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ internal class BackupCoordinator(
|
||||||
?: throw AssertionError("Cancelling full backup, but no current package")
|
?: throw AssertionError("Cancelling full backup, but no current package")
|
||||||
Log.i(
|
Log.i(
|
||||||
TAG, "Cancel full backup of ${packageInfo.packageName}" +
|
TAG, "Cancel full backup of ${packageInfo.packageName}" +
|
||||||
" because of $state.cancelReason"
|
" because of ${state.cancelReason}"
|
||||||
)
|
)
|
||||||
onPackageBackupError(packageInfo)
|
onPackageBackupError(packageInfo)
|
||||||
full.cancelFullBackup()
|
full.cancelFullBackup()
|
||||||
|
|
Loading…
Reference in a new issue