From f0e9e3ace94c82fab78ab1d4ee8c3042f3e94fdf Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 31 Aug 2017 00:42:16 +0300 Subject: nginext has been renamed to unit. --- src/nxt_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_process.c') diff --git a/src/nxt_process.c b/src/nxt_process.c index 473e45ea..f7430e5a 100644 --- a/src/nxt_process.c +++ b/src/nxt_process.c @@ -104,7 +104,7 @@ nxt_process_start(nxt_task_t *task, nxt_process_t *process) nxt_log(task, NXT_LOG_INFO, "%s started", init->name); - nxt_process_title(task, "nginext: %s", init->name); + nxt_process_title(task, "unit: %s", init->name); thread = task->thread; -- cgit