s3: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Tue, 26 Jul 2011 19:06:41 +0000 (21:06 +0200)
committerVolker Lendecke <vlendec@samba.org>
Tue, 26 Jul 2011 22:47:45 +0000 (00:47 +0200)
source3/torture/test_async_echo.c

index fba01575d50b87668b9e9c7e95f4c9e61aff08a3..e9e32ca328662749ff85fb42972810dd5ae14fff 100644 (file)
@@ -54,7 +54,7 @@ static void cli_close_done(struct tevent_req *req)
 
        status = cli_write_andx_recv(req, &written);
        TALLOC_FREE(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;
 }
 
        *done -= 1;
 }