+5 May 2025: Yorgos
+ - Sync unbound and unbound-checkconf log output for unknown modules.
+
29 April 2025: Wouter
- Fix for parallel build of dnstap protoc-c output.
- Fix dnstap to use protoc.
if(strchr(s, ' ')) *(strchr(s, ' ')) = 0;
if(strchr(s, '\t')) *(strchr(s, '\t')) = 0;
log_err("Unknown value in module-config, module: '%s'."
- " This module is not present (not compiled in),"
- " See the list of linked modules with unbound -V", s);
+ " This module is not present (not compiled in);"
+ " see the list of linked modules with unbound -V", s);
return 0;
}
}
}
n[j] = s[j];
}
- fatal_exit("module_conf lists module '%s' but that "
- "module is not available.", n);
+ fatal_exit("Unknown value in module-config, module: "
+ "'%s'. This module is not present (not "
+ "compiled in); see the list of linked modules "
+ "with unbound -V", n);
}
s += strlen(names[i]);
}