summaryrefslogtreecommitdiff
path: root/source4/torture/unix
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-12 10:35:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:01 -0500
commit714b5df833c88563c2d010d195880cfcec0bfbfe (patch)
tree6428493fe24bbcad60d53a340181ec16540abd7c /source4/torture/unix
parentf1b2b43ba5bfcfca8d4868fec19e9f3789e40a46 (diff)
downloadsamba-714b5df833c88563c2d010d195880cfcec0bfbfe.tar.gz
r22188: fix formating bug
metze (This used to be commit e40912a2fd011351c6f0e7112f2984763bc53cb6)
Diffstat (limited to 'source4/torture/unix')
-rw-r--r--source4/torture/unix/unix_info2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/unix/unix_info2.c b/source4/torture/unix/unix_info2.c
index 9bbeddb4a31..64b7613df3c 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);
}