]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix format string
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 3 May 2019 15:22:07 +0000 (16:22 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 3 May 2019 15:22:07 +0000 (16:22 +0100)
src/lua/lua_worker.c

index ec9c08f5d54f58e6034336fea0bf73ac0e1af703..3e38fa3f151281af14fd016d28d5d0578fd8534e 100644 (file)
@@ -341,7 +341,7 @@ rspamd_lua_cld_handler (struct rspamd_worker_signal_handler *sigh, void *ud)
        }
 
        L = cbdata->L;
-       msg_info ("handled SIGCHLD from %p", cbdata->cpid);
+       msg_info ("handled SIGCHLD from %P", cbdata->cpid);
 
        if (!cbdata->replied) {
                /* We still need to call on_complete callback */