mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix log
This commit is contained in:
parent
e81a8d915e
commit
cd63800d15
@ -382,7 +382,8 @@ public class VeeamClient {
|
|||||||
getRestoreVmErrorDescription(StringUtils.substringAfterLast(sessionUid, ":"))));
|
getRestoreVmErrorDescription(StringUtils.substringAfterLast(sessionUid, ":"))));
|
||||||
throw new CloudRuntimeException(String.format("Restore job [%s] failed.", sessionUid));
|
throw new CloudRuntimeException(String.format("Restore job [%s] failed.", sessionUid));
|
||||||
}
|
}
|
||||||
logger.debug(String.format("Waiting %s seconds, out of a total of %s seconds, for the restore backup process to finish.", j, restoreTimeout));
|
logger.debug(String.format("Waiting %d seconds, out of a total of %d seconds, for the restore backup process to finish.",
|
||||||
|
(System.currentTimeMillis() - startTime) / 1000, restoreTimeout));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Thread.sleep(1000);
|
Thread.sleep(1000);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user