Skip to content

Commit dea106c

Browse files
csviriCopilot
andauthored
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/TemporaryResourceCache.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f850a83 commit dea106c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/TemporaryResourceCache.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ public synchronized void putResource(T newResource) {
192192
// this can happen when we dynamically change the followed namespace list
193193
if (!managedInformerEventSource.manager().isWatchingNamespace(ns)) {
194194
log.debug(
195-
"Skipping caching of resource: {} since namespace is now watched: {}", resourceId, ns);
195+
"Skipping caching of resource: {} since namespace is not being watched: {}",
196+
resourceId,
197+
ns);
196198
return;
197199
}
198200

0 commit comments

Comments
 (0)