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

metze at samba.org metze at samba.org
Wed Mar 8 15:02:04 GMT 2006


Author: metze
Date: 2006-03-08 15:02:04 +0000 (Wed, 08 Mar 2006)
New Revision: 14040

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

Log:
report errors better

metze
Modified:
   branches/SAMBA_4_0/source/torture/torture.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/torture.c
===================================================================
--- branches/SAMBA_4_0/source/torture/torture.c	2006-03-08 14:58:57 UTC (rev 14039)
+++ branches/SAMBA_4_0/source/torture/torture.c	2006-03-08 15:02:04 UTC (rev 14040)
@@ -931,10 +931,12 @@
 
 	printf("Opening secondary connection\n");
 	if (!torture_open_connection(&cli2)) {
+		printf("Failed to open secondary connection\n");
 		correct = False;
 	}
 
 	if (!torture_close_connection(cli2)) {
+		printf("Failed to close secondary connection\n");
 		correct = False;
 	}
 



More information about the samba-cvs mailing list