]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix debug message to show correct function name.
authorJeremy Allison <jra@samba.org>
Sat, 6 Sep 2008 03:37:00 +0000 (20:37 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 6 Sep 2008 03:37:00 +0000 (20:37 -0700)
Jeremy.

source/locking/locking.c

index f1f92786682e7c54598d0a3c7f3e3a46e56b1ba2..368ab1687cc3d3dbfd1eb87c122df9035bf160d4 100644 (file)
@@ -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)));