Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed Jun 24, 2024
1 parent c199419 commit 8957bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/device-agent/statemachine/state_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (sm *StateMachine) Run(ctx context.Context) {
break
}

sm.logger.WithField("even", event).Info("event received")
sm.logger.WithField("event", event).Info("event received")
if event.Event == state.EventWaitForExternalEvent {
continue
}
Expand Down

0 comments on commit 8957bb1

Please sign in to comment.