[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-4043-g079c75e

Jeremy Allison jra at samba.org
Sat Sep 6 03:39:15 GMT 2008


The branch, v3-devel has been updated
       via  079c75ef3c169c7a5d81bcaa0b70b6e0df2c464d (commit)
      from  6f20585419046c4aca1f7d6c863cf79eb6ae53b0 (commit)

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


- Log -----------------------------------------------------------------
commit 079c75ef3c169c7a5d81bcaa0b70b6e0df2c464d
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Sep 5 20:37:00 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