The logging information in the Comm component should be provided using Java logger instead sysout.
Correction Logger.getLogger(this.getClass().getName()).log(Level.INFO, <LOG_MESSAGE>);
Log in to post a comment.