Skip to content

Commit

Permalink
Slightly update the error message
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Lacal <[email protected]>
  • Loading branch information
EnriqueL8 committed Nov 20, 2024
1 parent 7ec035d commit cfa66ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/definitions/handler_tokenpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (dh *definitionHandler) handleTokenPoolDefinition(ctx context.Context, stat
}

if existing.ID.Equals(pool.ID) {
log.L(ctx).Warnf("Received duplicate event for token pool creation with ID=%s, ignoring and carrying on for token connector: %s", pool.ID, pool.Connector)
log.L(ctx).Warnf("Received duplicate token pool creation with ID=%s, ignoring and carrying on for token connector: %s", pool.ID, pool.Connector)
break
}

Expand Down

0 comments on commit cfa66ce

Please sign in to comment.