=== modified file 'plugin-runner.c' --- plugin-runner.c 2016-02-28 20:26:27 +0000 +++ plugin-runner.c 2016-03-17 21:14:12 +0000 @@ -37,8 +37,7 @@ #include /* fd_set, select(), FD_ZERO(), FD_SET(), FD_ISSET(), FD_CLR */ #include /* wait(), waitpid(), WIFEXITED(), - WEXITSTATUS(), WTERMSIG(), - WCOREDUMP() */ + WEXITSTATUS(), WTERMSIG() */ #include /* struct stat, fstat(), S_ISREG() */ #include /* and, or, not */ #include /* struct dirent, scandirat() */ @@ -1159,9 +1158,6 @@ (intmax_t) (proc->pid), WTERMSIG(proc->status), strsignal(WTERMSIG(proc->status))); - } else if(WCOREDUMP(proc->status)){ - fprintf(stderr, "Plugin %s [%" PRIdMAX "] dumped" - " core\n", proc->name, (intmax_t) (proc->pid)); } }