[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3946-g7150f8e

Jeremy Allison jra at samba.org
Sat Sep 6 03:41:32 GMT 2008


The branch, v3-3-test has been updated
       via  7150f8e89c93be7d122e19f650522be591544611 (commit)
      from  aff490ef3b32b3bb2c11cf35ed3fa0272178da3f (commit)

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


- Log -----------------------------------------------------------------
commit 7150f8e89c93be7d122e19f650522be591544611
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Sep 5 20:39:37 2008 -0700

    Fix debug message to show correct function name.
    Jeremy.

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

Summary of changes:
 source/locking/locking.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/locking/locking.c b/source/locking/locking.c
index f1f9278..368ab16 100644
--- a/source/locking/locking.c
+++ b/source/locking/locking.c
@@ -1432,7 +1432,7 @@ bool set_write_time(struct file_id fileid, struct timespec write_time)
 {
 	struct share_mode_lock *lck;
 
-	DEBUG(5,("set_sticky_write_time: %s id=%s\n",
+	DEBUG(5,("set_write_time: %s id=%s\n",
 		 timestring(debug_ctx(),
 			    convert_timespec_to_time_t(write_time)),
 		 file_id_string_tos(&fileid)));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list