summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-09-19 20:16:45 +0100
committerPaul Buetow <pbuetow@mimecast.com>2020-09-19 20:16:45 +0100
commit98ed1491676d1e69dfbd6126ce1761a473951e9f (patch)
treef0bd410a76973bd9d2c9326bfb756e3dc998e8c5
parentf7849d259668b408829f2b2e8d29b9753eff390a (diff)
INFO|INFO -> INFO
-rw-r--r--internal/io/logger/logger.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/io/logger/logger.go b/internal/io/logger/logger.go
index d059cbb..b7db0a7 100644
--- a/internal/io/logger/logger.go
+++ b/internal/io/logger/logger.go
@@ -224,7 +224,7 @@ func log(what string, severity string, args []interface{}) string {
return ""
}
- messages := []string{severity}
+ messages := []string{}
for _, arg := range args {
switch v := arg.(type) {