[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1626-gf61959e

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


The branch, master has been updated
       via  f61959e87abdc85594cea83fadc9e173852cf8a6 (commit)
      from  41aa7d790a5140be2947781ea7def3a17b213a28 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f61959e87abdc85594cea83fadc9e173852cf8a6
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 99bf378..fa1a222 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]){


-- 
Samba Shared Repository


More information about the samba-cvs mailing list