summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-20 07:13:47 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-20 07:13:47 +0000
commit6d2f7ed708e75687d23f432ba9a186e88fa14118 (patch)
treee6cdc74ec59641d04bddb0b2e521ec0d209db5af
parentc8a040f2aa733e926280af010513849b6406741d (diff)
downloadsamba-6d2f7ed708e75687d23f432ba9a186e88fa14118.tar.gz
net now sends its debug to stderr so its output can be relied upon in
scripts
-rw-r--r--source/utils/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/net.c b/source/utils/net.c
index 99b0998992e..3f6e9268e47 100644
--- a/source/utils/net.c
+++ b/source/utils/net.c
@@ -367,7 +367,7 @@ static struct functable net_func[] = {
got_pass = 0;
zero_ip(&opt_dest_ip);
- dbf = x_stdout;
+ dbf = x_stderr;
pc = poptGetContext(NULL, argc, (const char **) argv, long_options,
POPT_CONTEXT_KEEP_FIRST);