Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit aca4676

Browse files
committed
polishing the behaviour
1 parent 23d517d commit aca4676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rr-jobs/cmd/debug.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (s *debugger) listener(event int, ctx interface{}) {
5555
case jobs.EventPushOK:
5656
e := ctx.(*jobs.JobEvent)
5757
s.logger.Info(util.Sprintf(
58-
"job.<magenta+h>PUSH</reset> <white+hb>%s</reset> <gray+hb>%s</reset>",
58+
"job.<yellow+h>PUSH</reset> <white+hb>%s</reset> <gray+hb>%s</reset>",
5959
e.Job.Job,
6060
e.ID,
6161
))

0 commit comments

Comments
 (0)