summaryrefslogtreecommitdiff
path: root/source3/torture/test_messaging_fd_passing.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/test_messaging_fd_passing.c')
-rw-r--r--source3/torture/test_messaging_fd_passing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_messaging_fd_passing.c b/source3/torture/test_messaging_fd_passing.c
index 5b3099e7639..4be0221d2d4 100644
--- a/source3/torture/test_messaging_fd_passing.c
+++ b/source3/torture/test_messaging_fd_passing.c
@@ -134,7 +134,7 @@ static bool fdpass2_child(int ready_fd)
/* Tell the parent we are ready to receive mesages. */
bytes = write(ready_fd, &c, 1);
if (bytes != 1) {
- perror("child: failed to write to error_pipe");
+ perror("child: failed to write to ready_fd");
goto done;
}