mirror of https://github.com/apache/cloudstack.git
ignore exception
This commit is contained in:
parent
b2c0083a57
commit
99d3ce4ab6
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue