Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 933FF9C7A for ; Mon, 16 Jul 2012 21:34:37 +0000 (UTC) Received: (qmail 34795 invoked by uid 500); 16 Jul 2012 21:34:35 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 34697 invoked by uid 500); 16 Jul 2012 21:34:35 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 34593 invoked by uid 500); 16 Jul 2012 21:34:35 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 34544 invoked by uid 99); 16 Jul 2012 21:34:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 21:34:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 2CAB9142850 for ; Mon, 16 Jul 2012 21:34:35 +0000 (UTC) Date: Mon, 16 Jul 2012 21:34:35 +0000 (UTC) From: "Gianmarco De Francisci Morales (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1739591482.60682.1342474475184.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1829577098.60666.1342474356665.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (GIRAPH-261) Renave isQuiet variable 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/GIRAPH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gianmarco De Francisci Morales updated GIRAPH-261: -------------------------------------------------- Attachment: GIRAPH-261.patch > Renave isQuiet variable > ----------------------- > > Key: GIRAPH-261 > URL: https://issues.apache.org/jira/browse/GIRAPH-261 > Project: Giraph > Issue Type: Improvement > Affects Versions: 0.2.0 > Reporter: Gianmarco De Francisci Morales > Assignee: Gianmarco De Francisci Morales > Priority: Trivial > Attachments: GIRAPH-261.patch > > > It's a stupid thing but it took away 30 seconds of my life without any reason: > {code} > boolean isQuiet = !cmd.hasOption('q'); > {code} > isQuiet = not isQuiet ??? > Let's call it verbose. -- 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