mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8656: silent close failure of clustering socket log as info
This commit is contained in:
parent
39bf1fed68
commit
16330e92da
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue