=== modified file 'plugin-runner.c' --- plugin-runner.c 2018-02-22 18:15:57 +0000 +++ plugin-runner.c 2018-08-19 01:03:28 +0000 @@ -1093,7 +1093,12 @@ new_plugin->pid = pid; new_plugin->fd = pipefd[0]; - + + if(debug){ + fprintf(stderr, "Plugin %s started (PID %" PRIdMAX ")\n", + new_plugin->name, (intmax_t) (new_plugin->pid)); + } + /* Unblock SIGCHLD so signal handler can be run if this process has already completed */ ret = (int)TEMP_FAILURE_RETRY(sigprocmask(SIG_UNBLOCK,