On Wednesday, December 05, 2012 16:36:09 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 moritzwarning@web.de
From: Moritz Warning moritzwarning@web.de Subject: [PATCH] batctl: output errors to stderr Context: http://www.open-mesh.org/issues/167
bisect_iv.c | 34 ++++++++++++------------- debug.c | 36 +++++++++++++------------- debugfs.c | 2 +- functions.c | 18 ++++++------- ioctl.c | 10 ++++---- main.c | 62 ++++++++++++++++++++++----------------------- ping.c | 30 +++++++++++----------- sys.c | 80 +++++++++++++++++++++++++++++----------------------------- tcpdump.c | 34 ++++++++++++------------- traceroute.c | 28 ++++++++++---------- translate.c | 2 +- vis.c | 8 +++--- 12 files changed, 172 insertions(+), 172 deletions(-)
Applied in revision 2b80a87.
Thanks, Marek