diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-11-17 00:21:16 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-11-17 01:36:11 +0100 |
commit | 4c2630ebf23b6348174f0bdf1110e90efe45259c (patch) | |
tree | c4f6f05327aadffdbb49314492309cac031ac391 /src/exit-status.h | |
parent | 9ba353983adc026b75a503c1381f6e5c8062f3e0 (diff) |
execute: log errors from "sd(EXEC)"
To give the administrator more hints about failures occuring in spawning
of commands than just the exit code, log the strerror.
All fds are closed, so reopen the log.
Related-to: https://bugzilla.redhat.com/show_bug.cgi?id=752901
Diffstat (limited to 'src/exit-status.h')
-rw-r--r-- | src/exit-status.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exit-status.h b/src/exit-status.h index 3e977b10ef..44ef879562 100644 --- a/src/exit-status.h +++ b/src/exit-status.h @@ -65,7 +65,8 @@ typedef enum ExitStatus { EXIT_STDERR, EXIT_TCPWRAP, EXIT_PAM, - EXIT_NETWORK + EXIT_NETWORK, + EXIT_NAMESPACE } ExitStatus; |