diff options
Diffstat (limited to 'contrib/unbound/services/modstack.c')
-rw-r--r-- | contrib/unbound/services/modstack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/unbound/services/modstack.c b/contrib/unbound/services/modstack.c index fa68cc71d2ff..2bc79c4adfd7 100644 --- a/contrib/unbound/services/modstack.c +++ b/contrib/unbound/services/modstack.c @@ -138,8 +138,8 @@ modstack_config(struct module_stack* stack, const char* module_conf) 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; } } |