summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index 21798d90d3..4154260923 100644
--- a/lib/param/loadparm.c
+++ b/lib/param/loadparm.c
@@ -963,7 +963,6 @@ bool lpcfg_service_ok(struct loadparm_service *service)
service->bAvailable = false;
}
- /* If a service is flagged unavailable, log the fact at level 0. */
if (!service->bAvailable)
DEBUG(1, ("NOTE: Service %s is flagged unavailable.\n",
service->szService));