Make error message clearer on fail.
authorJeremy Allison <jra@samba.org>
Thu, 14 May 2009 23:30:11 +0000 (16:30 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 14 May 2009 23:30:11 +0000 (16:30 -0700)
Jeremy.

source3/torture/torture.c

index 99bf3785b6967912bb47eaa7b4a10441edfa6d96..fa1a22228acddf8cd883ccb043a1efec8b60ba86 100644 (file)
@@ -5305,8 +5305,8 @@ static void shortname_list_fn(const char *mnt, file_info *finfo, const char *nam
        if (strchr(force_shortname_chars, i)) {
                if (!finfo->short_name[0]) {
                        /* Shortname not created when it should be. */
-                       d_printf("(%s) ERROR: Shortname was not created for file %s\n",
-                               __location__, finfo->name);
+                       d_printf("(%s) ERROR: Shortname was not created for file %s containing %d\n",
+                               __location__, finfo->name, i);
                        s->val = true;
                }
        } else if (finfo->short_name[0]){