This commit is contained in:
Pearl Dsilva 2025-10-01 10:05:27 -04:00
parent e81a8d915e
commit cd63800d15

View File

@ -382,7 +382,8 @@ public class VeeamClient {
getRestoreVmErrorDescription(StringUtils.substringAfterLast(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 {
Thread.sleep(1000);