diff options
| author | Björn Jacke <bj@sernet.de> | 2023-06-05 18:10:07 +0200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2023-11-20 03:52:33 +0000 |
| commit | 159cfde446c95c387ef212be103b109ea0dca93d (patch) | |
| tree | f316ae356471ae559e8bf1d516c66c37c07f4311 /source4 | |
| parent | ccfe345fece0a5a44d766fb9426d43c2e046d040 (diff) | |
| download | samba-159cfde446c95c387ef212be103b109ea0dca93d.tar.gz samba-159cfde446c95c387ef212be103b109ea0dca93d.tar.bz2 samba-159cfde446c95c387ef212be103b109ea0dca93d.zip | |
logging: use DBG_STARTUP_NOTICE for startup message
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
| -rw-r--r-- | source4/samba/server.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source4/samba/server.c b/source4/samba/server.c index 4698ac0320b..0e61f8ab5cc 100644 --- a/source4/samba/server.c +++ b/source4/samba/server.c @@ -630,11 +630,10 @@ static int binary_smbd_main(TALLOC_CTX *mem_ctx, so set our umask to 0 */ umask(0); - DEBUG(0,("%s version %s started.\n", + DBG_STARTUP_NOTICE("%s version %s started.\n" + COPYRIGHT_STARTUP_MESSAGE "\n", binary_name, - SAMBA_VERSION_STRING)); - DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team" - " 1992-2023\n")); + SAMBA_VERSION_STRING); if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 || |
