[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1428933661-8193-6-git-send-email-pavlix@pavlix.net>
Date: Mon, 13 Apr 2015 16:01:00 +0200
From: Pavel Šimerda <pavlix@...lix.net>
To: netdev@...r.kernel.org
Cc: stephen@...workplumber.org, psimerda@...hat.com
Subject: [PATCH 6/7] lnstat: dump to stdout, not stderr
From: Pavel Šimerda <psimerda@...hat.com>
See also:
* https://bugzilla.redhat.com/show_bug.cgi?id=736332
Signed-off-by: Pavel Šimerda <psimerda@...hat.com>
---
misc/lnstat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/lnstat.c b/misc/lnstat.c
index 32b5cbe..e105b70 100644
--- a/misc/lnstat.c
+++ b/misc/lnstat.c
@@ -347,7 +347,7 @@ int main(int argc, char **argv)
switch (mode) {
case MODE_DUMP:
- lnstat_dump(stderr, lnstat_files);
+ lnstat_dump(stdout, lnstat_files);
break;
case MODE_NORMAL:
--
2.3.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists