s3-debug Impove setup_logging() to specify logging to stderr
[sfrench/samba-autobuild/.git] / source3 / utils / nmblookup.c
index 1187c96d7361a0ffa82d11fc90f09636e0effc8d..d7e0cb23ced1957d740e93cca5d486d0d486cbcf 100644 (file)
@@ -259,7 +259,7 @@ int main(int argc,char *argv[])
 
        load_case_tables();
 
-       setup_logging(argv[0],True);
+       setup_logging(argv[0], DEBUG_STDOUT);
 
        pc = poptGetContext("nmblookup", argc, (const char **)argv,
                        long_options, POPT_CONTEXT_KEEP_FIRST);