diff options
-rw-r--r-- | cmd/util/debug.go | 2 |
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 |