mirror of https://github.com/apache/cloudstack.git
add logs for invalid handle
This commit is contained in:
parent
d88710cba8
commit
df672b66ee
|
|
@ -3132,6 +3132,8 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
|
|||
s_logger.trace("callHostPlugin Result: " + result);
|
||||
}
|
||||
return result.replace("\n", "");
|
||||
} catch ( Types.HandleInvalid e) {
|
||||
s_logger.warn("callHostPlugin failed for cmd: " + cmd + " with args " + getArgsString(args) + " due to HandleInvalid clazz:" + e.clazz + ", handle:" + e.handle);
|
||||
} catch (XenAPIException e) {
|
||||
s_logger.warn("callHostPlugin failed for cmd: " + cmd + " with args " + getArgsString(args) + " due to " + e.toString(), e);
|
||||
} catch (XmlRpcException e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue