From: Jeremy Allison Date: Sat, 6 Sep 2008 03:37:00 +0000 (-0700) Subject: Fix debug message to show correct function name. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=079c75ef3c169c7a5d81bcaa0b70b6e0df2c464d;p=thirdparty%2Fsamba.git Fix debug message to show correct function name. Jeremy. --- 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)));