mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02: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());
|
s_logger.info("Closing: " + ch.toString());
|
||||||
ch.close();
|
ch.close();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
s_logger.info("[ignored] error on closing channel: " +ch.toString(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user