diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-07-22 12:04:56 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-07-22 12:04:56 +0000 |
commit | 4bfbee68f709ccef236ebba50280fa68c283df1b (patch) | |
tree | fa949d34f4f44a78562ba898eca00972b2ef3867 /source3 | |
parent | 124beb45f857a83a4b7fca0480a56beae2753be7 (diff) | |
download | samba-4bfbee68f709ccef236ebba50280fa68c283df1b.tar.gz samba-4bfbee68f709ccef236ebba50280fa68c283df1b.tar.bz2 samba-4bfbee68f709ccef236ebba50280fa68c283df1b.zip |
minor debug output fix
(This used to be commit c1415349acd7790eba236f26192a5098b5e26590)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/namedbsubnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/namedbsubnet.c b/source3/namedbsubnet.c index dd26592e66..c78307f666 100644 --- a/source3/namedbsubnet.c +++ b/source3/namedbsubnet.c @@ -137,7 +137,7 @@ static struct subnet_record *make_subnet(struct in_addr bcast_ip, struct in_addr bzero((char *)d,sizeof(*d)); - DEBUG(4, ("making domain %s ", inet_ntoa(bcast_ip))); + DEBUG(4, ("making subnet %s ", inet_ntoa(bcast_ip))); DEBUG(4, ("%s\n", inet_ntoa(mask_ip))); d->bcast_ip = bcast_ip; |