Merge "Remove sha256file value from logs for incremental backups"
This commit is contained in:
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user