summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/torture/test_async_echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_async_echo.c b/source3/torture/test_async_echo.c
index fba01575d5..e9e32ca328 100644
--- a/source3/torture/test_async_echo.c
+++ b/source3/torture/test_async_echo.c
@@ -54,7 +54,7 @@ static void cli_close_done(struct tevent_req *req)
status = cli_write_andx_recv(req, &written);
TALLOC_FREE(req);
- printf("close returned %s\n", nt_errstr(status));
+ printf("cli_write_andx returned %s\n", nt_errstr(status));
*done -= 1;
}