start smbd, nmbd and winbindd with the same startup message
[samba.git] / source3 / nmbd / nmbd.c
index c6be4914da0fb41aeaa34e3131d3b0c5fd1e7da8..6fadefe682aeaf5a191868d5e4bdcf24caac4fbd 100644 (file)
@@ -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);