diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-12 10:35:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:50:01 -0500 |
commit | 714b5df833c88563c2d010d195880cfcec0bfbfe (patch) | |
tree | 6428493fe24bbcad60d53a340181ec16540abd7c | |
parent | f1b2b43ba5bfcfca8d4868fec19e9f3789e40a46 (diff) | |
download | samba-714b5df833c88563c2d010d195880cfcec0bfbfe.tar.gz samba-714b5df833c88563c2d010d195880cfcec0bfbfe.tar.bz2 samba-714b5df833c88563c2d010d195880cfcec0bfbfe.zip |
r22188: fix formating bug
metze
(This used to be commit e40912a2fd011351c6f0e7112f2984763bc53cb6)
-rw-r--r-- | source4/torture/unix/unix_info2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |