From: Stephan Bosch Date: Mon, 3 May 2021 23:34:30 +0000 (+0200) Subject: lib-program-client: program-client-local - Add debug for child start problem. X-Git-Tag: 2.3.16~231 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17ca57dba753917f6be6b32967271959bf939060;p=thirdparty%2Fdovecot%2Fcore.git lib-program-client: program-client-local - Add debug for child start problem. --- diff --git a/src/lib-program-client/program-client-local.c b/src/lib-program-client/program-client-local.c index c0169b6ba9..3c15fbe420 100644 --- a/src/lib-program-client/program-client-local.c +++ b/src/lib-program-client/program-client-local.c @@ -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;