Skip to content

Commit 6c7de2d

Browse files
committed
fix: minor
Signed-off-by: Chris Laprun <metacosm@gmail.com>
1 parent 2ed860a commit 6c7de2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ReconciliationDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ private PostExecutionControl<P> handleCleanup(
325325

326326
private P patchResource(Context<P> context, P resource, P originalResource) {
327327
if (log.isDebugEnabled()) {
328-
log.debug("Updating resource; SSA: {}", useSSA);
328+
log.debug("Updating resource; with SSA: {}", useSSA);
329329
}
330330
log.trace("Resource before update: {}", resource);
331331

0 commit comments

Comments
 (0)