mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8656: info on error closing peering channels
This commit is contained in:
parent
033ac3b101
commit
89bd6d020f
|
|
@ -585,6 +585,7 @@ public class ClusteredAgentManagerImpl extends AgentManagerImpl implements Clust
|
|||
s_logger.info("Closing: " + ch.toString());
|
||||
ch.close();
|
||||
} catch (IOException e) {
|
||||
s_logger.info("[ignored] error on closing channel: " +ch.toString(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue