diff options
author | Jeremy Allison <jra@samba.org> | 2008-09-05 20:40:02 -0700 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-09-09 12:13:45 +0200 |
commit | d8e7a10a984587fabe6df26983b8defa1fd8c144 (patch) | |
tree | b7a998896a8d074e089382cfc1ae303099a77c81 | |
parent | 359b252b72da0f60ff5c549c65b75aa32e0e9cbf (diff) | |
download | samba-d8e7a10a984587fabe6df26983b8defa1fd8c144.tar.gz |
Fix debug message to show correct function name.
Jeremy.
(cherry picked from commit b2fcb8b6b17302e5ec29914f4e3dde853ffe5283)
-rw-r--r-- | source/locking/locking.c | 2 |
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))); |