summaryrefslogtreecommitdiff
path: root/cmd/rr/debug
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-11 21:27:41 +0300
committerWolfy-J <[email protected]>2018-06-11 21:27:41 +0300
commitb9f800762fd642477fe45d4ef3c68f3a33ad7b6a (patch)
tree94f30690a2508810fdb7138935b064bfa606ddc3 /cmd/rr/debug
parent513e29f7b0b22c2eb03a374547894901950ab622 (diff)
no library dependency
Diffstat (limited to 'cmd/rr/debug')
-rw-r--r--cmd/rr/debug/listener.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/debug/listener.go b/cmd/rr/debug/listener.go
index 5239538b..393e2b2e 100644
--- a/cmd/rr/debug/listener.go
+++ b/cmd/rr/debug/listener.go
@@ -89,5 +89,5 @@ func statusColor(status int) string {
return utils.Sprintf("<yellow>%v</reset>", status)
}
- return utils.Sprintf("<red+hb>%v</reset>", status)
+ return utils.Sprintf("<red>%v</reset>", status)
}