]> git.tuebingen.mpg.de Git - paraslash.git/commit
sched: Improve error diagnostics.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 30 Dec 2022 13:47:46 +0000 (14:47 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 11 Mar 2023 18:16:46 +0000 (19:16 +0100)
commit77e8ab4134501ec439f1ac7c7e1c418ac597ea48
tree28012e01531426f21a887016e15e524e2b8edc99
parentc117f6c60700c5d064305d596e481bb45aa4b459
sched: Improve error diagnostics.

Currently the error code of the negative return value
from ->post_monitor() is not logged anywhere under normal
conditions. Instead we log "[dead]" in unlink_and_free_task(). Replace
this by a more meaningful message in task_reap().
sched.c