summaryrefslogtreecommitdiff
path: root/lib/torture/torture.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/torture/torture.c')
-rw-r--r--lib/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/torture/torture.c b/lib/torture/torture.c
index ead89cdd5e..9d77ab41d1 100644
--- a/lib/torture/torture.c
+++ b/lib/torture/torture.c
@@ -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);