12 lines
390 B
Diff
12 lines
390 B
Diff
--- 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;
|