minor debug output fix
authorAndrew Tridgell <tridge@samba.org>
Mon, 22 Jul 1996 12:04:56 +0000 (12:04 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 22 Jul 1996 12:04:56 +0000 (12:04 +0000)
(This used to be commit c1415349acd7790eba236f26192a5098b5e26590)

source3/namedbsubnet.c

index dd26592e66bb56cd740cc3a243fb9f7ba9837343..c78307f66650ac6cf85f8d9acc9685aa99dc662c 100644 (file)
@@ -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;