mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
Fix debug message to show correct function name.
Jeremy.
(This used to be commit 079c75ef3c
)
This commit is contained in:
@ -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)));
|
||||
|
Reference in New Issue
Block a user