diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-10-07 13:46:20 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-10-07 13:46:20 +0000 |
commit | 0064eb9cf1c8d526e87d3149249445d4bc8d0248 (patch) | |
tree | 787781364f76fc0dfa0085fd1f3208b5b1f44b5a /services/modstack.c | |
parent | c8864f6ba46ff3271d97b4ae1c3cc6ce01eaf18a (diff) |
Diffstat (limited to 'services/modstack.c')
-rw-r--r-- | services/modstack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/modstack.c b/services/modstack.c index fa68cc71d2ff..2bc79c4adfd7 100644 --- a/services/modstack.c +++ b/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; } } |