From c1415349acd7790eba236f26192a5098b5e26590 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 Jul 1996 12:04:56 +0000 Subject: [PATCH] minor debug output fix --- source/namedbsubnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1