Skip to content

Commit d7e21c5

Browse files
csvirixstefank
andcommitted
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ReconcileUtils.java
Co-authored-by: Martin Stefanko <xstefank122@gmail.com>
1 parent 57284ec commit d7e21c5

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ReconcileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public static <R extends HasMetadata> R resourcePatch(
375375
var es = esList.get(0);
376376
if (esList.size() > 1) {
377377
log.warn(
378-
"Multiple event source found for type: {}, selecting first with name {}",
378+
"Multiple event sources found for type: {}, selecting first with name {}",
379379
resource.getClass(),
380380
log.isWarnEnabled() ? es.name() : null);
381381
}

0 commit comments

Comments
 (0)