]> git.ipfire.org Git - thirdparty/systemd.git/commit
nspawn: Print attempted execv() path on failure (#5199)
authorPhilip Withnall <philip@tecnocode.co.uk>
Wed, 1 Feb 2017 13:36:16 +0000 (13:36 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 1 Feb 2017 13:36:16 +0000 (08:36 -0500)
commit1a68e1e543fd8f899503bec00585a16ada296ef7
tree7e8d1d9ff89f50266c222e9fafd86d97a2542ce6
parentb5267219ddd327207128b3e311f29eac232c6dde
nspawn: Print attempted execv() path on failure (#5199)

The failure message is typically currently:
   execv() failed: No such file or directory
which is not very useful because it doesn’t tell you which file or
directory it was trying to exec.
src/nspawn/nspawn.c