summaryrefslogtreecommitdiff
path: root/btrfsctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'btrfsctl.c')
-rw-r--r--btrfsctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/btrfsctl.c b/btrfsctl.c
index ae0dd654..8e8cefa2 100644
--- a/btrfsctl.c
+++ b/btrfsctl.c
@@ -137,7 +137,6 @@ int main(int ac, char **av)
fd = dirfd(dirstream);
} else if (command == BTRFS_IOC_SCAN_DEV) {
fd = open("/dev/btrfs-control", O_RDWR);
- printf("scanning %s command %lu\n", fname, BTRFS_IOC_SCAN_DEV);
name = fname;
} else {
fd = open(fname, O_RDWR);