summaryrefslogtreecommitdiff
path: root/cmd/util
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-10-14 13:08:32 +0300
committerWolfy-J <[email protected]>2018-10-14 13:08:32 +0300
commit47c6ac261fd8e70b63ff8256841273dc6c24e151 (patch)
tree57da04dc9143fb6813ea0a9c9fcb125faad71320 /cmd/util
parentcc4f4a4763f6629219e6f85dcaa3579b3028fc84 (diff)
no color highlighting for warning messages
Diffstat (limited to 'cmd/util')
-rw-r--r--cmd/util/debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/util/debug.go b/cmd/util/debug.go
index 176b42d3..f64b9bc4 100644
--- a/cmd/util/debug.go
+++ b/cmd/util/debug.go
@@ -34,7 +34,7 @@ func LogEvent(logger *logrus.Logger, event int, ctx interface{}) bool {
continue
}
- logger.Warning(Sprintf("<yellow>%s</reset>", strings.Trim(line, "\r\n")))
+ logger.Warning(strings.Trim(line, "\r\n"))
}
return true