ignore exception

This commit is contained in:
João Jandre 2026-02-19 09:56:46 -03:00
parent b2c0083a57
commit 99d3ce4ab6
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) {
logger.debug("Thread that was tracking the progress for backup of VM [{}] was interrupted. Ignoring.", vmName);
logger.trace("Thread that was tracking the progress for backup of VM [{}] was interrupted. Ignoring.", vmName);
}
}