diff --git a/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java b/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java index e4dd675b334..5af17812bc3 100644 --- a/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java +++ b/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerConnectionPool.java @@ -550,7 +550,7 @@ public class XenServerConnectionPool { } } catch (UuidInvalid e) { String msg = "Host(" + hostUuid + ") doesn't belong to pool(" + poolUuid + "), please execute 'xe pool-join master-address=" + mConn.getIp() - + " master-username=" + mConn.getUsername() + " master-password=" + mConn.getPassword(); + + " master-username=" + mConn.getUsername(); if (s_logger.isDebugEnabled()) { s_logger.debug(msg); }