From 4bfbee68f709ccef236ebba50280fa68c283df1b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 Jul 1996 12:04:56 +0000 Subject: minor debug output fix (This used to be commit c1415349acd7790eba236f26192a5098b5e26590) --- source3/namedbsubnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit