From e7eac0e391c2d8b79fe0601db2c5d14fbfbb308e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 29 Oct 2010 15:00:01 +1100 Subject: 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 --- librpc/tools/ndrdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/tools') 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); -- cgit