mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user