From: Ian Jackson Date: Wed, 24 Sep 2014 23:50:10 +0000 (+0100) Subject: logging: Use lg_exitstatus X-Git-Tag: base.ipv6-polypath-fixes-2.v1~60 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/4ac7fd3ff73c98100d8a8546668d0212e4af3ffa?ds=sidebyside;hp=4ac7fd3ff73c98100d8a8546668d0212e4af3ffa logging: Use lg_exitstatus Replace two open-coded exit status checks with calls to lg_exitstatus. In the case of slip.c and udp.c this has no significant effect other than a slight change to message format. In the case of process.c, we no longer log the command's first argument. I consider this tolerable for simplifying the code. Signed-off-by: Ian Jackson ---