1
0
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:
Jeremy Allison
2008-09-05 20:37:00 -07:00
parent 405b072431
commit e76cb70444

View 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)));