Skip to content

Commit e3c80f2

Browse files
authored
fix: typo
1 parent daa3126 commit e3c80f2

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public synchronized void stop() {
401401

402402
@Override
403403
public synchronized void start() throws OperatorException {
404-
log.debug("Stating event processor: {}", this);
404+
log.debug("Starting event processor: {}", this);
405405
// on restart new executor service is created and needs to be set here
406406
executor = controllerConfiguration.getConfigurationService().getExecutorServiceManager()
407407
.reconcileExecutorService();

0 commit comments

Comments
 (0)