summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-09-05 20:40:02 -0700
committerJeremy Allison <jra@samba.org>2008-09-05 20:40:02 -0700
commitb2fcb8b6b17302e5ec29914f4e3dde853ffe5283 (patch)
tree1581a06212a2424a6cdb6664ffb790e690260662 /source
parentf2fb6321b6666a30ca7fa11bc8d395f1a1865bb2 (diff)
downloadsamba-b2fcb8b6b17302e5ec29914f4e3dde853ffe5283.tar.gz
samba-b2fcb8b6b17302e5ec29914f4e3dde853ffe5283.tar.xz
samba-b2fcb8b6b17302e5ec29914f4e3dde853ffe5283.zip
Fix debug message to show correct function name.
Jeremy.
Diffstat (limited to 'source')
-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 04fb97aa589..85bacd18810 100644
--- a/source/locking/locking.c
+++ b/source/locking/locking.c
@@ -1436,7 +1436,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)));