Skip to content

Commit fce0a08

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

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
@@ -236,7 +236,7 @@ public boolean isLastAttempt() {
236236
exceptionLevel = Level.DEBUG;
237237
failedMessage = " due to conflict";
238238
log.info(
239-
"ErrorStatusUpdateControl patchStatus failed due to a conflict, but the next"
239+
"ErrorStatusUpdateControl.patchStatus failed due to a conflict, but the next"
240240
+ " reconciliation is imminent");
241241
} else {
242242
exceptionLevel = Level.WARN;

0 commit comments

Comments
 (0)