summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_tstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_tstr.c')
-rw-r--r--src/nxt_tstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_tstr.c b/src/nxt_tstr.c
index fde4822d..6f39cff2 100644
--- a/src/nxt_tstr.c
+++ b/src/nxt_tstr.c
@@ -159,7 +159,7 @@ nxt_tstr_test(nxt_tstr_state_t *state, nxt_str_t *str, u_char *error)
#else
nxt_sprintf(error, error + NXT_MAX_ERROR_STR,
"Unit is built without support of njs: "
- "\"--njs\" ./configure option is missing.");
+ "\"--njs\" ./configure option is missing.%Z");
return NXT_ERROR;
#endif