summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-05-14 16:30:11 -0700
committerJeremy Allison <jra@samba.org>2009-05-14 16:30:11 -0700
commitf61959e87abdc85594cea83fadc9e173852cf8a6 (patch)
treeb7e0e33ee5007d3e17c3643031de84b9ef495b44 /source3/torture
parent41aa7d790a5140be2947781ea7def3a17b213a28 (diff)
downloadsamba-f61959e87abdc85594cea83fadc9e173852cf8a6.tar.gz
samba-f61959e87abdc85594cea83fadc9e173852cf8a6.tar.bz2
samba-f61959e87abdc85594cea83fadc9e173852cf8a6.zip
Make error message clearer on fail.
Jeremy.
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/torture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 99bf3785b6..fa1a22228a 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -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]){