mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user