summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_master_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_master_process.c')
-rw-r--r--src/nxt_master_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_master_process.c b/src/nxt_master_process.c
index 12c61d16..e3d5382a 100644
--- a/src/nxt_master_process.c
+++ b/src/nxt_master_process.c
@@ -128,7 +128,7 @@ nxt_master_process_title(nxt_task_t *task)
*p = '\0';
- nxt_process_title(task, (char *) title);
+ nxt_process_title(task, "%s", (char *) title);
}