From b0eba73ffae5501e1df3ae14dfe27b54982e6ed5 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Wed, 19 Jun 2019 01:37:39 -0700 Subject: [PATCH] update comment --- core/unifi/types.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/unifi/types.go b/core/unifi/types.go index 9330318e..4c3920f0 100644 --- a/core/unifi/types.go +++ b/core/unifi/types.go @@ -47,7 +47,8 @@ type Devices struct { // Unifi is what you get in return for providing a password! Unifi represents // a controller that you can make authenticated requests to. Use this to make -// additional requests for devices, clients or other custom data. +// additional requests for devices, clients or other custom data. Do not set +// the loggers to nil. Set them to DiscardLogs if you want no logs. type Unifi struct { *http.Client baseURL string