diff options
-rw-r--r-- | source3/nmbd/nmbd_subnetdb.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/nmbd/nmbd_subnetdb.c b/source3/nmbd/nmbd_subnetdb.c index 311a240923..6c483af26a 100644 --- a/source3/nmbd/nmbd_subnetdb.c +++ b/source3/nmbd/nmbd_subnetdb.c @@ -247,8 +247,11 @@ bool create_subnets(void) /* Only count IPv4, non-loopback interfaces. */ if (iface_count_v4_nl() == 0) { - DEBUG(0,("create_subnets: No local IPv4 non-loopback interfaces !\n")); - DEBUG(0,("create_subnets: Waiting for an interface to appear ...\n")); + daemon_status("nmbd", + "No local IPv4 non-loopback interfaces " + "available, waiting for interface ..."); + DEBUG(0,("NOTE: NetBIOS name resolution is not supported for " + "Internet Protocol Version 6 (IPv6).\n")); } /* We only count IPv4, non-loopback interfaces here. */ |