s4:debug: make setup_logging() a bit more compatible with samba3
authorStefan Metzmacher <metze@samba.org>
Fri, 9 Jan 2009 12:10:07 +0000 (13:10 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 9 Jan 2009 12:10:07 +0000 (13:10 +0100)
commit49a6d757b4d944cd22c91b2838beb83f04fbe1e9
treeb7c41cb116f0cf84f0de2210c31c6bcbd661658f
parent308eb1c46e0c76a30bf869e5e971d531df935d80
s4:debug: make setup_logging() a bit more compatible with samba3

In samba3 the 2nd argument is bool interactive.
E.g ndrdump uses true there which used to map to DEBUG_FILE
in samba4, it maps to DEBUG_STDOUT now, which is better.

In the end end samba3 should also use the samba4 version of
setup_logging()

metze
lib/util/debug.h