r22188: fix formating bug
authorStefan Metzmacher <metze@samba.org>
Thu, 12 Apr 2007 10:35:21 +0000 (10:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:50:01 +0000 (14:50 -0500)
metze

source/torture/unix/unix_info2.c

index 9bbeddb4a319086aacddc2ca732a9d7cc98a516d..64b7613df3c6dedad54f4e26749a0aa2d73b5444 100644 (file)
@@ -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);
        }