summaryrefslogtreecommitdiffstats
path: root/testModule/systemd-preserve-process-marker.c
diff options
context:
space:
mode:
authortorben2015-04-20 15:05:44 +0200
committertorben2015-04-20 15:05:44 +0200
commit2e8731aca9110a7f00d051976b99348744e74a52 (patch)
treebdd0a570498ed974e1b07be5e5857edbf205e5eb /testModule/systemd-preserve-process-marker.c
parentCleanup refactoring. Evaluate minimal needed dependencies. (diff)
downloadsystemd-init-2e8731aca9110a7f00d051976b99348744e74a52.tar.gz
systemd-init-2e8731aca9110a7f00d051976b99348744e74a52.tar.xz
systemd-init-2e8731aca9110a7f00d051976b99348744e74a52.zip
Refactoring.
Diffstat (limited to 'testModule/systemd-preserve-process-marker.c')
-rw-r--r--testModule/systemd-preserve-process-marker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testModule/systemd-preserve-process-marker.c b/testModule/systemd-preserve-process-marker.c
index 172a5546..2525bc5f 100644
--- a/testModule/systemd-preserve-process-marker.c
+++ b/testModule/systemd-preserve-process-marker.c
@@ -25,7 +25,7 @@ int main(int argc, char *argv[]) {
copy[0][0] = '@';
argv[0][0] = '@';
if (-1 == execvp(argv[1], copy)) {
- perror("child process execve failed [%m]");
+ perror("Executing child process failed.");
return -1;
}
}