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

metze at samba.org metze at samba.org
Thu Apr 12 10:35:22 GMT 2007


Author: metze
Date: 2007-04-12 10:35:21 +0000 (Thu, 12 Apr 2007)
New Revision: 22188

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

Log:
fix formating bug

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/unix/unix_info2.c
===================================================================
--- branches/SAMBA_4_0/source/torture/unix/unix_info2.c	2007-04-12 10:25:01 UTC (rev 22187)
+++ branches/SAMBA_4_0/source/torture/unix/unix_info2.c	2007-04-12 10:35:21 UTC (rev 22188)
@@ -84,7 +84,7 @@
 	 */
 	if ((info2->flags_mask & info2->file_flags) == 0) {
 		torture_result(torture, TORTURE_FAIL,
-			__location__"%s: UNIX_INFO2 flags field 0x%08x, "
+			__location__": UNIX_INFO2 flags field 0x%08x, "
 			"does not match mask 0x%08x\n",
 			info2->file_flags, info2->flags_mask);
 	}



More information about the samba-cvs mailing list