svn commit: samba r6524 - in branches/SAMBA_4_0/source/torture/rpc: .

abartlet at samba.org abartlet at samba.org
Sat Apr 30 08:14:33 GMT 2005


Author: abartlet
Date: 2005-04-30 08:14:33 +0000 (Sat, 30 Apr 2005)
New Revision: 6524

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6524

Log:
Fix the error we print when the RPC-ECHO test fails.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/rpc/echo.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/echo.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/echo.c	2005-04-30 08:13:39 UTC (rev 6523)
+++ branches/SAMBA_4_0/source/torture/rpc/echo.c	2005-04-30 08:14:33 UTC (rev 6524)
@@ -260,7 +260,7 @@
 					       i, nt_errstr(status));
 					ret = False;
 				} else if (r[i].out.result != r[i].in.seconds) {
-					printf("Failed - Slept for %u seconds (but we said %u seconds and the reply takes only %u seconds)\n", 
+					printf("Failed - Asked to sleep for %u seconds (server replied with %u seconds and the reply takes only %u seconds)\n", 
 					       	r[i].out.result, r[i].in.seconds, (uint_t)diff[i].tv_sec);
 					ret = False;
 				} else {



More information about the samba-cvs mailing list