summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_application.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_application.c')
-rw-r--r--src/nxt_application.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_application.c b/src/nxt_application.c
index 462767f3..c9d577cc 100644
--- a/src/nxt_application.c
+++ b/src/nxt_application.c
@@ -218,7 +218,7 @@ nxt_discovery_module(nxt_task_t *task, nxt_mp_t *mp, nxt_array_t *modules,
type = nxt_app_parse_type(app->type.start, app->type.length);
if (type == NXT_APP_UNKNOWN) {
- nxt_log(task, NXT_LOG_NOTICE, "unknown module type %V", app->type);
+ nxt_log(task, NXT_LOG_NOTICE, "unknown module type %V", &app->type);
goto done;
}