torture: Add debug on what we are removing
authorMatthieu Patou <mat@matws.net>
Mon, 11 Oct 2010 09:44:10 +0000 (13:44 +0400)
committerMatthieu Patou <mat@samba.org>
Mon, 11 Oct 2010 13:46:21 +0000 (13:46 +0000)
lib/torture/torture.c

index ead89cdd5e353605e2d0642eae3d1921fb277fc8..9d77ab41d1a9d3a7a132382e90c506f6216bc0d4 100644 (file)
@@ -116,6 +116,7 @@ static int local_deltree(const char *path)
                        closedir(dir);
                        return -1;
                }
+               DEBUG(0, ("About to remove %s\n", name));
                ret = remove(name);
                if (ret == 0) {
                        talloc_free(name);