From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <50BE947B.1090800@web.de> Date: Wed, 05 Dec 2012 01:25:31 +0100 From: Moritz Warning MIME-Version: 1.0 References: <50BE9250.2050303@web.de> In-Reply-To: <50BE9250.2050303@web.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [B.A.T.M.A.N.] [PATCH] batctl: output errors to stderr Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Before someone asks - yes, it compiles and appears to work as intended. On 12/05/2012 01:16 AM, Moritz Warning wrote: > batctl outputs many errors to stdout instead of stderr. > This patch corrects this behavior by redirecting errors > and the usage texts to stderr. > > Signed-off-by: Moritz Warning > --- [..]