The branch, v3-2-test has been updated
       via  95f76ae7a52c6b22db22d03fed6b0848d2a61bee (commit)
      from  bda8c0bf571c994b524a9d67eebc422033d17094 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 95f76ae7a52c6b22db22d03fed6b0848d2a61bee
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date:   Tue Oct 30 15:44:27 2007 +0100

    start smbd, nmbd and winbindd with the same startup message
    at debug level 0.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/nmbd/nmbd.c         |    4 ++--
 source/smbd/server.c       |    4 ++--
 source/winbindd/winbindd.c |    5 ++---
 3 files changed, 6 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index c6be491..6fadefe 100644
--- a/source/nmbd/nmbd.c
+++ b/source/nmbd/nmbd.c
@@ -812,8 +812,8 @@ static bool open_sockets(bool isdaemon, int port)
 
        reopen_logs();
 
-       DEBUG( 0, ( "Netbios nameserver version %s started.\n", 
SAMBA_VERSION_STRING) );
-       DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
+       DEBUG(0,("nmbd version %s started.\n", SAMBA_VERSION_STRING));
+       DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
 
        if ( !reload_nmbd_services(False) )
                return(-1);
diff --git a/source/smbd/server.c b/source/smbd/server.c
index bcf997f..b9ab7ef 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -1057,8 +1057,8 @@ extern void build_options(bool screen);
 
        reopen_logs();
 
-       DEBUG(0,( "smbd version %s started.\n", SAMBA_VERSION_STRING));
-       DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
+       DEBUG(0,("smbd version %s started.\n", SAMBA_VERSION_STRING));
+       DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
 
        DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
                 (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));
diff --git a/source/winbindd/winbindd.c b/source/winbindd/winbindd.c
index 8449795..ee993ef 100644
--- a/source/winbindd/winbindd.c
+++ b/source/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"));


-- 
Samba Shared Repository

Reply via email to