[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-984-gf81698c

Jeremy Allison jra at samba.org
Thu May 14 23:31:48 GMT 2009


The branch, v3-4-test has been updated
       via  f81698c70e2513c4699048263c0d6d57a5a9bc64 (commit)
      from  18d9e7074635c80052e8bb8d85ad5605663e2695 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit f81698c70e2513c4699048263c0d6d57a5a9bc64
Author: Jeremy Allison <jra at samba.org>
Date:   Thu May 14 16:30:11 2009 -0700

    Make error message clearer on fail.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/torture/torture.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 619da05..1f099da 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -5312,8 +5312,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]){


-- 
Samba Shared Repository


More information about the samba-cvs mailing list