From: Matt Joiner Date: Thu, 10 Jul 2025 14:15:01 +0000 (+1000) Subject: Make webseed.PrintDebug a var X-Git-Tag: v1.59.0~32 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2d3e856439cfe5132abf66a9bd9e4ca00ee6da8b;p=btrtrc.git Make webseed.PrintDebug a var --- diff --git a/webseed/client.go b/webseed/client.go index 4d774732..3fec2543 100644 --- a/webseed/client.go +++ b/webseed/client.go @@ -26,7 +26,7 @@ import ( const MaxDiscardBytes = 48 << 10 // Output debug information to stdout. -const PrintDebug = false +var PrintDebug = false type RequestSpec = segments.Extent