From 714b5df833c88563c2d010d195880cfcec0bfbfe Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 12 Apr 2007 10:35:21 +0000 Subject: r22188: fix formating bug metze (This used to be commit e40912a2fd011351c6f0e7112f2984763bc53cb6) --- source4/torture/unix/unix_info2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/unix') diff --git a/source4/torture/unix/unix_info2.c b/source4/torture/unix/unix_info2.c index 9bbeddb4a3..64b7613df3 100644 --- a/source4/torture/unix/unix_info2.c +++ b/source4/torture/unix/unix_info2.c @@ -84,7 +84,7 @@ static BOOL check_unix_info2(struct torture_context *torture, */ 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); } -- cgit