Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fridayy committed Jan 24, 2023
1 parent 6c0448a commit e618d05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/aksnth/src/aksnth_event_poller.erl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ init(_) ->

handle_continue(start, #state{poll_interval = PollInterval} = State) ->
aksnth_metadata:init(),
?LOG_INFO(#{event => poller_initialize, message => "Starting metadata event poller with configured interval", interval => PollInterval}),
?LOG_INFO(#{
event => poller_initialize,
message => "Starting metadata event poller with configured interval",
interval => PollInterval
}),
InstanceName = aksnth_metadata:instance_name(),
poll(PollInterval),
?LOG_INFO(#{event => poller_initialized, vm_name => InstanceName}),
Expand Down

0 comments on commit e618d05

Please sign in to comment.