diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-09-19 20:16:45 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-09-19 20:16:45 +0100 |
| commit | 98ed1491676d1e69dfbd6126ce1761a473951e9f (patch) | |
| tree | f0bd410a76973bd9d2c9326bfb756e3dc998e8c5 /internal | |
| parent | f7849d259668b408829f2b2e8d29b9753eff390a (diff) | |
INFO|INFO -> INFO
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/io/logger/logger.go | 2 |
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) { |
