Merge "Remove sha256file value from logs for incremental backups"

This commit is contained in:
Jenkins 2017-04-25 15:57:24 +00:00 committed by Gerrit Code Review
commit d51695c1c7

@ -272,7 +272,7 @@ class ChunkedBackupDriver(driver.BackupDriver):
if six.PY3:
sha256file_json = sha256file_json.decode('utf-8')
sha256file = json.loads(sha256file_json)
LOG.debug('_read_sha256file finished (%s).', sha256file)
LOG.debug('_read_sha256file finished.')
return sha256file
def _prepare_backup(self, backup):