summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-07-22 12:04:56 +0000
committerAndrew Tridgell <tridge@samba.org>1996-07-22 12:04:56 +0000
commitc1415349acd7790eba236f26192a5098b5e26590 (patch)
treef4ed451ddf04f392acf417f5c74492ece6d4e473
parent6fa3468c9ba50a4de39e3bdc1c976f363fb6a412 (diff)
downloadsamba-c1415349acd7790eba236f26192a5098b5e26590.tar.gz
minor debug output fix
-rw-r--r--source/namedbsubnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/namedbsubnet.c b/source/namedbsubnet.c
index dd26592e66b..c78307f6665 100644
--- a/source/namedbsubnet.c
+++ b/source/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;