diff options
author | Jeremy Allison <jra@samba.org> | 2007-10-30 10:19:45 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-10-30 10:19:45 -0700 |
commit | 9da9423f21bae8e714e735f7493eef8ddb4760df (patch) | |
tree | 2e042ebf96227be72f2eb7a16f14be9fe433eefa /source3/winbindd | |
parent | 0af071d7628106e3d919018ed8604c9da2af4d50 (diff) | |
parent | 851ef9e22f5f58202b0c5594b4432941afb0e130 (diff) | |
download | samba-9da9423f21bae8e714e735f7493eef8ddb4760df.tar.gz samba-9da9423f21bae8e714e735f7493eef8ddb4760df.tar.bz2 samba-9da9423f21bae8e714e735f7493eef8ddb4760df.zip |
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit c833c336435cffd20579903d22ccb910ab467e53)
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")); |