Skip to content

Commit

Permalink
prefix with name
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Stettler <[email protected]>
  • Loading branch information
replay committed May 31, 2024
1 parent 772210a commit cf8bcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/icassigner/busyness/busyness.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (b *githubBusynessClient) getBusyness(ctx context.Context, since time.Time,
}

// increase busyness count otherwise
log.Printf("Issue increases busyiness because it is still open: %s\n", i.GetTitle())
log.Printf("%s: Issue increases busyiness because it is still open: %s\n", member, i.GetTitle())
busyness++
case "closed":
// if the issue got closed since our time to check
Expand Down

0 comments on commit cf8bcbf

Please sign in to comment.