We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8cb73 commit a8ff7dbCopy full SHA for a8ff7db
operator-framework/src/main/java/com/github/containersolutions/operator/processing/EventScheduler.java
@@ -84,7 +84,7 @@ void scheduleEvent(CustomResourceEvent event) {
84
return;
85
}
86
if (eventStore.containsNotScheduledEvent(event.resourceUid())) {
87
- log.debug("Replacing event for later processing." +
+ log.debug("Replacing not scheduled event with actual event." +
88
" New event: {}", event);
89
eventStore.addOrReplaceEventAsNotScheduledYet(event);
90
0 commit comments