mirror of https://github.com/apache/cloudstack.git
bug 6567: seems like agentcache for other host is down, add more log
status 6567: resolved fixed
This commit is contained in:
parent
87c05ab5f9
commit
83e737a237
|
|
@ -622,7 +622,7 @@ public class HostVO implements Host {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new StringBuilder(type.toString()).append("-").append(Long.toString(id)).append("-").append(name).toString();
|
||||
return new StringBuilder(type.toString()).append("-").append(Long.toString(id)).append("-").append(name).append("-").append(privateIpAddress).toString();
|
||||
}
|
||||
|
||||
public void setHypervisorType(Hypervisor.Type hypervisorType) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue