summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 3fa749b883..af12911e7e 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -656,12 +656,12 @@ int main(int argc,char *argv[])
reopen_logs();
- DEBUG(1,("%s netbios nameserver version %s started\n",timestring(),VERSION));
- DEBUG(1,("Copyright Andrew Tridgell 1994-1997\n"));
+ DEBUG( 1, ( "Netbios nameserver version %s started.\n", VERSION ) );
+ DEBUGADD( 1, ( "Copyright Andrew Tridgell 1994-1997\n" ) );
if( !get_myname( myhostname, NULL) )
{
- DEBUG(0,("Unable to get my hostname - exiting.\n"));
+ DEBUG( 0, ( "Unable to get my hostname - exiting.\n" ) );
return -1;
}
@@ -693,7 +693,7 @@ int main(int argc,char *argv[])
if (is_daemon)
{
- DEBUG(2,("%s becoming a daemon\n",timestring()));
+ DEBUG( 2, ( "Becoming a daemon.\n" ) );
become_daemon();
}