Skip to content

Commit c7464f4

Browse files
committed
apache#837 simpe comments addressed
1 parent d2f514b commit c7464f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/src/org/apache/cloudstack/api/command/admin/host/ReconnectHostCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public Long getInstanceId() {
103103
@Override
104104
public void execute() {
105105
try {
106-
Host result =_resourceService.reconnectHost(this);
106+
Host result = _resourceService.reconnectHost(this);
107107
HostResponse response = _responseGenerator.createHostResponse(result);
108108
response.setResponseName(getCommandName());
109109
this.setResponseObject(response);

plugins/network-elements/netscaler/src/com/cloud/network/element/NetscalerElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ public void doInTransactionWithoutResult(TransactionStatus status) {
762762
try {
763763
_agentMgr.reconnect(host.getId());
764764
} catch (Exception e ) {
765-
s_logger.debug("failed to reconnect host "+host);
765+
s_logger.info("failed to reconnect host "+host);
766766
}
767767
return lbDeviceVo;
768768
}

0 commit comments

Comments
 (0)