Log debug message when hires timestamps are available on the
authorJeremy Allison <jra@samba.org>
Sat, 22 Aug 2009 04:53:37 +0000 (21:53 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 22 Aug 2009 04:53:37 +0000 (21:53 -0700)
share.
Jeremy.

source3/smbd/service.c

index 6254d752a15feb4fe1aa1b1968c5325e8f64fb40..36b783ee789dc6e475765d8716ab7751d94af11d 100644 (file)
@@ -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;
        }