diff options
Diffstat (limited to 'source4/smbd/server.c')
-rw-r--r-- | source4/smbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 914271100f..67bf07c7f8 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -298,7 +298,7 @@ static void setup_process_model(struct event_context *events, reopen_logs(); - DEBUG(0,("smbd version %s started.\n", SAMBA_VERSION)); + DEBUG(0,("smbd version %s started.\n", SAMBA_VERSION_STRING)); DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team 1992-2004\n")); /* Output the build options to the debug log */ |