Fixed format specifier.

This commit is contained in:
Igor Sysoev
2017-08-31 21:44:37 +03:00
parent 1f95673713
commit 9941b0cd65

View File

@@ -220,7 +220,7 @@ nxt_discovery_module(nxt_task_t *task, nxt_mp_t *mp, nxt_array_t *modules,
{ {
nxt_log(task, NXT_LOG_NOTICE, nxt_log(task, NXT_LOG_NOTICE,
"ignoring %s module with the same " "ignoring %s module with the same "
"application language version %V %V as in %s", "application language version %V %V as in %V",
name, &module[i].type, &module[i].version, name, &module[i].type, &module[i].version,
&module[i].file); &module[i].file);