Skip to content

Commit 14c3695

Browse files
metacosmcsviri
authored andcommitted
fix: typo
Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent 52a12e0 commit 14c3695

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)