Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 8642 invoked from network); 11 Dec 2007 11:15:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 11:15:52 -0000 Received: (qmail 32840 invoked by uid 500); 11 Dec 2007 11:15:41 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 32802 invoked by uid 500); 11 Dec 2007 11:15:41 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 32792 invoked by uid 99); 11 Dec 2007 11:15:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 03:15:41 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 11:15:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 97B21714236 for ; Tue, 11 Dec 2007 03:15:29 -0800 (PST) Message-ID: <24974831.1197371729612.JavaMail.jira@brutus> Date: Tue, 11 Dec 2007 03:15:29 -0800 (PST) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-1506) System.out in source code: org.apache.activemq.ra.ServerSessionPoolImpl In-Reply-To: <19449188.1196213966724.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies reassigned AMQ-1506: ------------------------------- Assignee: Rob Davies > System.out in source code: org.apache.activemq.ra.ServerSessionPoolImpl > ----------------------------------------------------------------------- > > Key: AMQ-1506 > URL: https://issues.apache.org/activemq/browse/AMQ-1506 > Project: ActiveMQ > Issue Type: Improvement > Components: Broker > Reporter: James Martin > Assignee: Rob Davies > Priority: Trivial > > Line 192 of org/apache/activemq/ra/ServerSessionPoolImpl.java prints to System.out: System.out.println("ACtive Sessions = " + activeSessions.size()); > Perhaps this should be removed or changed to a log call. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.