Skip to content

Commit e8a67cc

Browse files
committed
Fine
1 parent be938b7 commit e8a67cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/project/checkerpool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func (p *checkerPool) getDiagnosticsChecker(ctx context.Context, requestID strin
203203

204204
c := p.checkers[diagIndex]
205205
p.heldBy[diagIndex] = holdTag(requestID)
206-
p.log(fmt.Sprintf("checkerpool: Acquired diagnostics checker for request %s", holdTag(requestID)))
206+
p.log("checkerpool: Acquired diagnostics checker for request " + holdTag(requestID))
207207
if requestID != "" {
208208
if _, alreadyRegistered := p.requestAssociations[requestID]; !alreadyRegistered {
209209
p.requestAssociations[requestID] = diagIndex

0 commit comments

Comments
 (0)