sh: Log invoked subcommands
commit63ce974883901caba778609739a758af2f069402
authorEric Blake <eblake@redhat.com>
Sat, 17 Aug 2019 14:01:40 +0000 (17 09:01 -0500)
committerEric Blake <eblake@redhat.com>
Sat, 17 Aug 2019 14:01:40 +0000 (17 09:01 -0500)
tree9dc17c28beab8f0b072224ef3b1a97d90a3c2d69
parentf39d9a240262a908cc94f2f134f78aac966a9c28
sh: Log invoked subcommands

This can be useful for tracking down issues.  I didn't feel like
allocating into a memstream() in order to use shell_quote(), so
.config input, as well as the handle, may be harder to decipher if
they are empty or contain shell metacharacters. But as the rest of our
arguments do not need quoting, it is not too horrible.

Signed-off-by: Eric Blake <eblake@redhat.com>
plugins/sh/call.c