blob: aec9c4baaa9bc114b228918b67fac39daded5bb2 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- wsdd2.c 2021-08-09 20:22:46.000000000 +0100
+++ wsdd2u.c 2022-04-22 11:22:12.125000000 +0100
@@ -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;
|