]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-program-client: Add args to "Created" debug log message
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 12 Aug 2024 17:23:20 +0000 (20:23 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Jan 2025 08:39:59 +0000 (10:39 +0200)
src/lib-program-client/program-client.c

index cfeb860ed1489179f7bcd16152309a7531c41814..fbc75c28aa222f3de7457b23daed0c102423ba20 100644 (file)
@@ -535,7 +535,8 @@ void program_client_init(struct program_client *pclient, pool_t pool,
 
        program_client_set_label(pclient, initial_label);
 
-       e_debug(pclient->event, "Created");
+       e_debug(pclient->event, "Created (args=%s)",
+               t_strarray_join(args, " "));
 }
 
 void program_client_set_input(struct program_client *pclient,