CLOUDSTACK-8656: silent close failure of clustering socket log as info

This commit is contained in:
Daan Hoogland 2015-08-02 19:55:14 +02:00
parent 39bf1fed68
commit 16330e92da

View File

@ -114,6 +114,7 @@ public class ClusterServiceServletContainer {
try {
_serverSocket.close();
} catch (IOException e) {
s_logger.info("[ignored] error on closing server socket", e);
}
_serverSocket = null;
}