summaryrefslogtreecommitdiffstats
path: root/source/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-01-18 03:26:53 +0000
committerJeremy Allison <jra@samba.org>2002-01-18 03:26:53 +0000
commit7d05175494227bf30d098e04ec91c4f0a7b7184c (patch)
tree428e7a2e701c2b1ce84f785f3327fd6c162b10d4 /source/smbd
parent478696e924a5e562965eb21841198c96500027c4 (diff)
downloadsamba-7d05175494227bf30d098e04ec91c4f0a7b7184c.tar.gz
samba-7d05175494227bf30d098e04ec91c4f0a7b7184c.tar.xz
samba-7d05175494227bf30d098e04ec91c4f0a7b7184c.zip
Ensure (C) message is output on startup.
Jeremy.
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index 08b9a63dd5d..492632e7ac4 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -729,8 +729,8 @@ static void usage(char *pname)
reopen_logs();
- DEBUG(1,( "smbd version %s started.\n", VERSION));
- DEBUGADD(1,( "Copyright Andrew Tridgell 1992-2002\n"));
+ DEBUG(0,( "smbd version %s started.\n", VERSION));
+ DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2002\n"));
DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
(int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));