From bed11a34ba26f47d99d8dd1c0add4bbe72da109d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 20 Dec 2001 07:13:47 +0000 Subject: net now sends its debug to stderr so its output can be relied upon in scripts (This used to be commit 6d2f7ed708e75687d23f432ba9a186e88fa14118) --- source3/utils/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index 99b0998992..3f6e9268e4 100644 --- a/source3/utils/net.c +++ b/source3/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); -- cgit