You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg.append(", Host id = ").append(host.getId()).append("]");
1591
+
msg.append(", Host id = ").append(host.getId()).append(", name = " + host.getName()).append("]");
1592
1592
status_logger.debug(msg);
1593
1593
}
1594
1594
1595
1595
host.setManagementServerId(msId);
1596
1596
try {
1597
1597
return_statusStateMachine.transitTo(host, e, host.getId(), _hostDao);
1598
1598
} catch (NoTransitionExceptione1) {
1599
-
status_logger.debug("Cannot transit agent status with event " + e + " for host " + host.getId() + ", mangement server id is " + msId);
1599
+
status_logger.debug("Cannot transit agent status with event " + e + " for host " + host.getId() + ", name=" + host.getName()+ ", mangement server id is " + msId);
1600
1600
thrownewCloudRuntimeException("Cannot transit agent status with event " + e + " for host " + host.getId() + ", mangement server id is " + msId + "," + e1.getMessage());
0 commit comments