Fix a typo
Change-Id: Ie1b587d98630984ed29a6a42b3f546dde369fa38
This commit is contained in:
parent
823c1c7a58
commit
77fd7014c0
@ -130,7 +130,7 @@ class DB2OnlineBackup(DB2Backup):
|
||||
log_size = log_size + int(out[0])
|
||||
log_size = log_size * 1024
|
||||
except exception.ProcessExecutionError:
|
||||
LOG.exception(_("An error occured while trying to estimate log "
|
||||
LOG.exception(_("An error occurred while trying to estimate log "
|
||||
"size"))
|
||||
LOG.debug("Estimated log size for all databases: " + str(log_size))
|
||||
return log_size
|
||||
|
Loading…
Reference in New Issue
Block a user