summaryrefslogtreecommitdiff
path: root/io/ftwtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/ftwtest.c')
-rw-r--r--io/ftwtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/ftwtest.c b/io/ftwtest.c
index 6daa7e9eee..6079265175 100644
--- a/io/ftwtest.c
+++ b/io/ftwtest.c
@@ -42,7 +42,7 @@ cb (const char *name, const struct stat *st, int flag, struct FTW *f)
printf (", cwd = %s", cwd);
free (cwd);
}
- puts ("");
+ printf (", level = %d\n", f->level);
return 0;
}