CLOUDSTACK-8656: info on error closing peering channels

This commit is contained in:
Daan Hoogland 2015-08-02 12:55:52 +02:00
parent 033ac3b101
commit 89bd6d020f

View File

@ -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);
}
}
}