diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-10-30 15:44:27 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-10-30 15:44:27 +0100 |
commit | 851ef9e22f5f58202b0c5594b4432941afb0e130 (patch) | |
tree | bf542c419c244d2e2e2f6335fc0b6ad63d7b9114 /source3/winbindd | |
parent | 32dd016353355acfb71dd773187076f95ff6e86e (diff) | |
download | samba-851ef9e22f5f58202b0c5594b4432941afb0e130.tar.gz samba-851ef9e22f5f58202b0c5594b4432941afb0e130.tar.bz2 samba-851ef9e22f5f58202b0c5594b4432941afb0e130.zip |
start smbd, nmbd and winbindd with the same startup message
at debug level 0.
metze
(This used to be commit 95f76ae7a52c6b22db22d03fed6b0848d2a61bee)
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 8449795e13..ee993efca5 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -1091,9 +1091,8 @@ int main(int argc, char **argv, char **envp) setup_logging("winbindd", log_stdout); reopen_logs(); - DEBUG(1, ("winbindd version %s started.\n%s\n", - SAMBA_VERSION_STRING, - COPYRIGHT_STARTUP_MESSAGE) ); + DEBUG(0,("winbindd version %s started.\n", SAMBA_VERSION_STRING)); + DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE)); if (!reload_services_file()) { DEBUG(0, ("error opening config file\n")); |