Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6CC59935 for ; Mon, 17 Oct 2011 17:22:31 +0000 (UTC) Received: (qmail 54516 invoked by uid 500); 17 Oct 2011 17:22:31 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 54491 invoked by uid 500); 17 Oct 2011 17:22:31 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 54483 invoked by uid 99); 17 Oct 2011 17:22:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2011 17:22:31 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2011 17:22:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A8AC230D9DF for ; Mon, 17 Oct 2011 17:22:10 +0000 (UTC) Date: Mon, 17 Oct 2011 17:22:10 +0000 (UTC) From: "Brandon Williams (Updated) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1917984705.1163.1318872130692.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1645341051.17459.1318700591846.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-3365) [patch] don't stutter exception messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3365: ---------------------------------------- Fix Version/s: 1.0.1 > [patch] don't stutter exception messages > ---------------------------------------- > > Key: CASSANDRA-3365 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3365 > Project: Cassandra > Issue Type: Improvement > Reporter: Dave Brosius > Priority: Trivial > Fix For: 1.0.1 > > Attachments: stutter_ex.diff > > > doing > log.error(e.getMessage(), e); > just stutters the error message twice, which is annoying. Use a real message -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira