Skip to content

Commit 99d3ce4

Browse files
committed
ignore exception
1 parent b2c0083 commit 99d3ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ private void waitForBackup(String vmName) throws CloudRuntimeException {
20442044
try {
20452045
Thread.sleep(10000);
20462046
} catch (InterruptedException e) {
2047-
logger.debug("Thread that was tracking the progress for backup of VM [{}] was interrupted. Ignoring.", vmName);
2047+
logger.trace("Thread that was tracking the progress for backup of VM [{}] was interrupted. Ignoring.", vmName);
20482048
}
20492049
}
20502050

0 commit comments

Comments
 (0)