TODO/TMP: add debug of path to sys_disk_free()
authorMichael Adam <obnox@samba.org>
Sat, 1 Jun 2013 00:13:18 +0000 (02:13 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 31 Oct 2013 13:44:23 +0000 (14:44 +0100)
source3/smbd/dfree.c

index e6a0af218592b9902b1ffd0b51638e832f8374af..c6f577471ace35300970ad0ccac1eae9a3caeaea 100644 (file)
@@ -76,6 +76,8 @@ uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_que
        (*dfree) = (*dsize) = 0;
        (*bsize) = 512;
 
+       DEBUG(10, (__location__ " connectpath: '%s', path: '%s'\n", conn->connectpath, path));
+
        /*
         * If external disk calculation specified, use it.
         */