]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Make webseed.PrintDebug a var
authorMatt Joiner <anacrolix@gmail.com>
Thu, 10 Jul 2025 14:15:01 +0000 (00:15 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 10 Jul 2025 14:15:01 +0000 (00:15 +1000)
webseed/client.go

index 4d7747326a92d0363bd80998e20ef5cf6945afc7..3fec2543061b88d8d59c9351d0d34ef6e1449af3 100644 (file)
@@ -26,7 +26,7 @@ import (
 const MaxDiscardBytes = 48 << 10
 
 // Output debug information to stdout.
-const PrintDebug = false
+var PrintDebug = false
 
 type RequestSpec = segments.Extent