summaryrefslogtreecommitdiffstats
path: root/source/locking
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-09-05 20:39:37 -0700
committerKarolin Seeger <kseeger@samba.org>2008-09-09 12:16:56 +0200
commit8d9ccd7d19f6258cdbff547c875716d64e182c4c (patch)
tree544deff00a61ab578acf4314299efc361472b370 /source/locking
parent0ee61627b292c319d2c7a809091d47e09fe46ac9 (diff)
downloadsamba-8d9ccd7d19f6258cdbff547c875716d64e182c4c.tar.gz
samba-8d9ccd7d19f6258cdbff547c875716d64e182c4c.tar.xz
samba-8d9ccd7d19f6258cdbff547c875716d64e182c4c.zip
Fix debug message to show correct function name.
Jeremy. (cherry picked from commit 7150f8e89c93be7d122e19f650522be591544611)
Diffstat (limited to 'source/locking')
-rw-r--r--source/locking/locking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/locking/locking.c b/source/locking/locking.c
index f1f92786682..368ab1687cc 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)));