mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
kvm: Do not print the whole exception when pool is not found in libvirt
This causes the logs to be filled with Exceptions which aren't nice for users to read
This commit is contained in:
parent
1ed0fe4ee7
commit
ab7c1f34d6
@ -390,7 +390,7 @@ public class LibvirtStorageAdaptor implements StorageAdaptor {
|
||||
|
||||
return pool;
|
||||
} catch (LibvirtException e) {
|
||||
s_logger.debug("can't get storage pool", e);
|
||||
s_logger.debug("Could not find storage pool " + uuid + " in libvirt");
|
||||
throw new CloudRuntimeException(e.toString(), e);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user