diff options
Diffstat (limited to 'source4')
-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); } |