s3: make better use of ccache by not including version.h in every C-file.
[samba.git] / source3 / nmbd / nmbd.c
index 659db85e69f480da035444f952a7da387ec86b7b..10d6fe237828489e69161a301ee954dee5b65ac2 100644 (file)
@@ -847,7 +847,7 @@ static bool open_sockets(bool isdaemon, int port)
 
        reopen_logs();
 
-       DEBUG(0,("nmbd version %s started.\n", SAMBA_VERSION_STRING));
+       DEBUG(0,("nmbd version %s started.\n", samba_version_string()));
        DEBUGADD(0,("%s\n", COPYRIGHT_STARTUP_MESSAGE));
 
        if (!lp_load_initial_only(get_dyn_CONFIGFILE())) {