summaryrefslogtreecommitdiff
path: root/cmd/rr/debug/debugger.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rr/debug/debugger.go')
-rw-r--r--cmd/rr/debug/debugger.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd/rr/debug/debugger.go b/cmd/rr/debug/debugger.go
index 8ec116c2..ed9a1a56 100644
--- a/cmd/rr/debug/debugger.go
+++ b/cmd/rr/debug/debugger.go
@@ -71,7 +71,10 @@ func (s *debugger) listener(event int, ctx interface{}) {
// outputs
switch event {
case roadrunner.EventStderrOutput:
- s.logger.Warning(utils.Sprintf("<yellow+h>%s</reset>", strings.Trim(string(ctx.([]byte)), "\r\n")))
+ s.logger.Warning(utils.Sprintf(
+ "<yellow>%s</reset>",
+ strings.Trim(string(ctx.([]byte)), "\r\n"),
+ ))
}
// rr server events