]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-program-client: program-client-local - Add debug for child start problem.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 3 May 2021 23:34:30 +0000 (01:34 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 5 May 2021 18:26:46 +0000 (18:26 +0000)
src/lib-program-client/program-client-local.c

index c0169b6ba94279a681f40dc3f23ca038802b0e71..3c15fbe42013ae67f4f9e45f3ae341be62575a33 100644 (file)
@@ -467,6 +467,7 @@ program_client_local_disconnect(struct program_client *pclient, bool force)
 
        if (pid < 0) {
                /* program never started */
+               e_debug(pclient->event, "Child process never started");
                pclient->exit_code = PROGRAM_CLIENT_EXIT_FAILURE;
                program_client_local_exited(plclient);
                return;