Skip to content

Commit

Permalink
Update executor.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ManishaKumari295 authored Jan 21, 2024
1 parent a5cfeda commit 0c639c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/schedulerd/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func processCheck(ctx context.Context, executor Executor, check *corev2.CheckCon
// publish proxy requests on matching entities
if matchedEntities := matchEntities(entities, check.ProxyRequests); len(matchedEntities) != 0 {
//display matched entities
matchedEntityJson, _ := json.Marshal(matchedEntities)q
matchedEntityJson, _ := json.Marshal(matchedEntities)
matchedEntityJsonData := string(matchedEntityJson)
logger.WithFields(fields).Infof("matched entities: %s", matchedEntityJsonData)
if err := executor.publishProxyCheckRequests(matchedEntities, check); err != nil {
Expand Down

0 comments on commit 0c639c2

Please sign in to comment.