HomeFreeBSD

Fix bad error messages from dpv(3)

Description

Fix bad error messages from dpv(3)

Before = dpv: <func>: posix_spawnp(3): No such file or directory
After = dpv: <path/cmd>: No such file or directory

Most notably, show the 2nd argument being passed to posix_spawnp(3)
so we know what path/cmd failed.

Also, we don't need to have "posix_spawnp(3)" in the error message
nor the function because that can [a] change and [b] traversed using
a debugger if necessary.

Details

Provenance
dteskeAuthored on
Parents
rS330942: Tag ACPICA 20180313.
Branches
Unknown
Tags
Unknown