Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1479#discussion_r59486626 --- Diff: agent/src/com/cloud/agent/Agent.java --- @@ -227,6 +227,7 @@ public void start() { try { _connection.start(); } catch (final NioConnectionException e) { + s_logger.warn("NIO Connection Exception " + e); --- End diff -- Since it is unlikely that these two lines will appear in the log sequentially, why aren't these two log messages combined into one ``WARN`` message?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---