aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-03-29 07:43:57 -0500
committerAnthony Wang2022-03-29 07:43:57 -0500
commit0907db1b0b365d7c0e21931c1265416d55c6f590 (patch)
tree0c34087bc1f6a81ed10c543849125fcf3bc009a2
parent7a082a7f2db4ed2eb563e58e1a4ceeb1e345a876 (diff)
More debug logging
-rw-r--r--sd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd.go b/sd.go
index e2a50d1..767bc81 100644
--- a/sd.go
+++ b/sd.go
@@ -55,6 +55,7 @@ func main() {
w, i := s.query(x, 0, N-1, 1)
if *verbose {
+ fmt.Println(s.seg[1])
fmt.Println(x)
fmt.Println(w)
fmt.Println(i)