From 1fb916babdbfe5eb780d1388b38dc5cc05463819 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 21 Aug 2009 21:53:37 -0700 Subject: [PATCH] Log debug message when hires timestamps are available on the share. Jeremy. --- source3/smbd/service.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/smbd/service.c b/source3/smbd/service.c index 6254d752a15..36b783ee789 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -1025,6 +1025,10 @@ connection_struct *make_connection_snum(struct smbd_server_connection *sconn, * as on Linux ext3 doesn't have hires timestamps, but * ext4 does, so a compile time test won't work. JRA. */ + DEBUG(10,("make_connection_snum: hires timestamps " + "available on share %s, directory %s\n", + lp_servicename(snum), + conn->connectpath )); conn->hires_timestamps_avail = true; } -- 2.11.4.GIT