]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Default to debug mode in client testing config
authorMatt Joiner <anacrolix@gmail.com>
Wed, 5 Oct 2016 04:57:38 +0000 (15:57 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 5 Oct 2016 04:57:38 +0000 (15:57 +1100)
client_test.go

index 955d7a6610a2987c9a902aa0b71627691025e3cd..835ca1b89f37b508786344a2654ab800c9e45333 100644 (file)
@@ -45,6 +45,7 @@ var TestingConfig = Config{
        DHTConfig: dht.ServerConfig{
                NoDefaultBootstrap: true,
        },
+       Debug: true,
 }
 
 func TestClientDefault(t *testing.T) {