From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6665 invoked by alias); 28 Apr 2012 04:24:53 -0000 Received: (qmail 6509 invoked by uid 22791); 28 Apr 2012 04:24:44 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 28 Apr 2012 04:24:24 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3S4OO96019343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 28 Apr 2012 00:24:24 -0400 Received: from psique (ovpn-112-35.phx2.redhat.com [10.3.112.35]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q3S4OJDY000981; Sat, 28 Apr 2012 00:24:21 -0400 From: Sergio Durigan Junior To: GDB Administrator Cc: gdb-patches@sourceware.org Subject: Re: New ARI warning Sat Apr 28 01:55:01 UTC 2012 References: <20120428015501.GA17706@sourceware.org> X-URL: http://www.redhat.com Date: Sat, 28 Apr 2012 04:31:00 -0000 In-Reply-To: <20120428015501.GA17706@sourceware.org> (GDB Administrator's message of "Sat, 28 Apr 2012 01:55:01 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-04/txt/msg01043.txt.bz2 On Friday, April 27 2012, GDB Administrator wrote: > 617a618 >> gdb/probe.c:273: gettext: _ markup: All messages should be marked up with _. > gdb/probe.c:273: error ("%s: %s", message, err); Well, this was actually a request by Jan, who correctly said that internationalization in this string is useless. I can obviously provide a trivial patch for that, and I know it's the easiest solution for this, but I'd like to know if there isn't any other way of filtering such obvious non-internationalized cases. Thanks, -- Sergio