diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-10-29 15:00:01 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-11-01 23:34:06 +0000 |
commit | e7eac0e391c2d8b79fe0601db2c5d14fbfbb308e (patch) | |
tree | 83e3fa76d17da293b22408bce038b2b859135c81 /librpc/tools | |
parent | 7e23363455703eb24c506a7922ce86e3697fc8cd (diff) | |
download | samba-e7eac0e391c2d8b79fe0601db2c5d14fbfbb308e.tar.gz samba-e7eac0e391c2d8b79fe0601db2c5d14fbfbb308e.tar.bz2 samba-e7eac0e391c2d8b79fe0601db2c5d14fbfbb308e.zip |
lib/util Remove setup_logging_stdout()
This API is no longer required now that we don't attempt to build ndrdump
with the s3 build system, and because the s3 debug system will soon have the
same setup_logging() API.
Andrew Bartlett
Diffstat (limited to 'librpc/tools')
-rw-r--r-- | librpc/tools/ndrdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/tools/ndrdump.c b/librpc/tools/ndrdump.c index b9b4bc7fd6..f0f4eaff4e 100644 --- a/librpc/tools/ndrdump.c +++ b/librpc/tools/ndrdump.c @@ -180,7 +180,7 @@ static void ndrdump_data(uint8_t *d, uint32_t l, bool force) setlinebuf(stdout); - setup_logging_stdout(); + setup_logging("ndrdump", DEBUG_STDOUT); pc = poptGetContext("ndrdump", argc, argv, long_options, 0); |