summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-06-07 01:34:54 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-06-07 01:34:54 -0600
commit5cecda729a22bcca9b1fa8234dd03140c0380720 (patch)
tree4c0415b2b18d648d37e782da70aebfcbaaf05ff2 /cmd
parent5ff8cb052417e6bee1813824ccf2d75486da8217 (diff)
for now
Diffstat (limited to 'cmd')
-rw-r--r--cmd/btrfs-fsck/pass2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/btrfs-fsck/pass2.go b/cmd/btrfs-fsck/pass2.go
index 3295b5d..2ffca0a 100644
--- a/cmd/btrfs-fsck/pass2.go
+++ b/cmd/btrfs-fsck/pass2.go
@@ -70,5 +70,5 @@ func pass2(fs *btrfs.FS, foundNodes map[btrfs.LogicalAddr]struct{}) {
}
}
- fmt.Printf("Pass 2: orphanedNodes=%#v\n", orphanedNodes)
+ //fmt.Printf("Pass 2: orphanedNodes=%#v\n", orphanedNodes)
}