This commit is contained in:
João Jandre 2026-03-09 13:14:43 +00:00 committed by GitHub
commit 5da30fa87b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2044,7 +2044,7 @@ public class KVMStorageProcessor implements StorageProcessor {
try {
Thread.sleep(10000);
} catch (InterruptedException e) {
throw new CloudRuntimeException(e);
logger.debug("Thread that was tracking the progress for backup of VM [{}] was interrupted. Ignoring.", vmName);
}
}