execute: minor ExecOutput handling beautification (#6711)
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Sep 2017 00:04:27 +0000 (02:04 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 1 Sep 2017 00:04:27 +0000 (09:04 +0900)
commitaac8c0c3829e51dda7049c56dde2963e3c8642cb
tree156fb143f8084cb57e1991913257390c2b542041
parent78ca909980ee6e632ce929fcf238655a425c7db6
execute: minor ExecOutput handling beautification (#6711)

Let's clean up the checking for the various ExecOutput values a bit,
let's use IN_SET everywhere, and the same concepts for all three bools
we pass to dprintf().
src/core/execute.c