bug 6567: seems like agentcache for other host is down, add more log

status 6567: resolved fixed
This commit is contained in:
anthony 2010-10-14 12:33:18 -07:00
parent 87c05ab5f9
commit 83e737a237
1 changed files with 1 additions and 1 deletions

View File

@ -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) {