summaryrefslogtreecommitdiffstats
path: root/source/n/wsdd2/wsdd2.nowarn.optional.smb.conf.options.patch
blob: 3de8e0975d7d3d7534519a731509aed4a1775cd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./wsdd2.c.orig	2022-04-25 07:30:50.000000000 -0500
+++ ./wsdd2.c	2024-05-24 13:51:20.210623306 -0500
@@ -601,7 +601,7 @@
 
 	char buf[PAGE_SIZE];
 	if (!fgets(buf, sizeof(buf), pp) || !buf[0]  || buf[0] == '\n') {
-		DEBUG(0, W, "cannot read %s from testparm", name);
+		DEBUG(1, W, "cannot read %s from testparm", name);
 		result = strdup(_default);
 	} else { // trim whitespace
 		char *p;