aboutsummaryrefslogtreecommitdiff
path: root/device/device_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'device/device_test.go')
-rw-r--r--device/device_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/device_test.go b/device/device_test.go
index caae2b8..ecc4392 100644
--- a/device/device_test.go
+++ b/device/device_test.go
@@ -148,7 +148,7 @@ NextAttempt:
} else {
p.ip = net.ParseIP("1.0.0.2")
}
- level := LogLevelDebug
+ level := LogLevelVerbose
if _, ok := tb.(*testing.B); ok && !testing.Verbose() {
level = LogLevelError
}