diff options
Diffstat (limited to 'src/worker.c')
-rw-r--r-- | src/worker.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/worker.c b/src/worker.c index 4a646b730..735cbc6a9 100644 --- a/src/worker.c +++ b/src/worker.c @@ -277,9 +277,10 @@ accept_socket (gint fd, short what, void *arg) task = rspamd_task_new (worker, ctx->cfg); - msg_info_task ("accepted connection from %s port %d", + msg_info_task ("accepted connection from %s port %d, task ptr: %p", rspamd_inet_address_to_string (addr), - rspamd_inet_address_get_port (addr)); + rspamd_inet_address_get_port (addr), + task); /* Copy some variables */ if (ctx->is_mime) { |