--- freem/src/jobtab.c 2025/05/14 15:28:55 1.12 +++ freem/src/jobtab.c 2025/06/23 20:53:30 1.13 @@ -1,5 +1,5 @@ /* - * $Id: jobtab.c,v 1.12 2025/05/14 15:28:55 snw Exp $ + * $Id: jobtab.c,v 1.13 2025/06/23 20:53:30 snw Exp $ * job table implementation * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: jobtab.c,v $ + * Revision 1.13 2025/06/23 20:53:30 snw + * Documentation updates + * * Revision 1.12 2025/05/14 15:28:55 snw * Get basic job table and lock table functionality working with new shared memory architecture * @@ -275,6 +278,8 @@ void job_request_stop(const pid_t target } + logprintf (FM_LOG_ERROR, "job_request_stop: could not find pid %ld in job table", target_pid); + jobtab_release_sem (); }