Devin Teske cfeecda0a9 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.
2018-03-14 19:23:17 +00:00
..
2017-10-31 00:07:04 +00:00
2018-01-24 14:24:17 +00:00
2018-03-07 09:31:27 +00:00
2017-12-27 21:36:37 +00:00
2018-02-26 19:08:27 +00:00
2017-10-31 00:07:04 +00:00
2018-03-14 19:23:17 +00:00
2018-03-04 18:00:32 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2018-02-14 07:59:30 +00:00
2018-01-22 02:44:41 +00:00