diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/pkg/log/log.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/pkg/log/log.go b/plugin/pkg/log/log.go index 6594f593d..161fbc886 100644 --- a/plugin/pkg/log/log.go +++ b/plugin/pkg/log/log.go @@ -13,7 +13,7 @@ import ( golog "log" ) -// D controls whether we should ouput debug logs. If true, we do. +// D controls whether we should output debug logs. If true, we do. var D bool // logf calls log.Printf prefixed with level. |