summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-08-03 22:10:53 +0000
committerChristopher R. Hertel <crh@samba.org>1998-08-03 22:10:53 +0000
commit31c09de03c656b7309888dbbc5240c31ed81537e (patch)
tree2978f768efe276031d3f9a9ea8aa2545d4f47ca6 /source3/nmbd/nmbd.c
parent7448091da6ee11709b8e5117ff6810515567f88a (diff)
downloadsamba-31c09de03c656b7309888dbbc5240c31ed81537e.tar.gz
samba-31c09de03c656b7309888dbbc5240c31ed81537e.tar.bz2
samba-31c09de03c656b7309888dbbc5240c31ed81537e.zip
More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()
so that we wouldn't get too many timestamps. Chris -)----- (This used to be commit 3e7e5fad378cf144927d9f2ffc82f80e150d44ab)
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index af12911e7e..567f7bbca7 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -515,7 +515,7 @@ static BOOL init_structs(void)
DEBUG( 5, ("Netbios name list:-\n") );
for( n=0; my_netbios_names[n]; n++ )
- DEBUG( 5, ( "my_netbios_names[%d]=\"%s\"\n", n, my_netbios_names[n] ) );
+ DEBUGADD( 5, ( "my_netbios_names[%d]=\"%s\"\n", n, my_netbios_names[n] ) );
return( True );
} /* init_structs */