From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v2 5/5] iproute2: improved error messages Date: Mon, 11 Feb 2013 09:24:59 -0800 Message-ID: <20130211092459.4963fa24@nehalam.linuxnetplumber.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Kees van Reeuwijk Return-path: Received: from mail-ia0-f180.google.com ([209.85.210.180]:44023 "EHLO mail-ia0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758090Ab3BKRZN (ORCPT ); Mon, 11 Feb 2013 12:25:13 -0500 Received: by mail-ia0-f180.google.com with SMTP id f27so6538796iae.25 for ; Mon, 11 Feb 2013 09:25:12 -0800 (PST) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 08 Feb 2013 14:32:36 +0100 Kees van Reeuwijk wrote: > From: Kees van Reeuwijk > > This patch improves many error messages as follows: > - For incorrect parameters, show the value of the offending parameter, rather than just say that it is incorrect > - Rephrased messages for clarity > - Rephrased to more `mainstream' english > > > Signed-off-by: Kees van Reeuwijk > > --- All five patches accepted.