Skip to content

Commit

Permalink
improves a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
vilenarios committed Jun 27, 2024
1 parent f187843 commit 490b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/arns-resolver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Handlers.add("ReceiveANTProcessStateMessage", isANTStateMessage, function(msg)
PROCESSES[msg.From].state = state
PROCESSES[msg.From].state.lastUpdated = msg.Timestamp

print("Resolved ANT " .. msg.From .. " with the latest state.")
print("Resolved " .. state.Ticker .. " with Process ID " .. msg.From .. " with the latest state.")
end)

Handlers.add("ACL", Handlers.utils.hasMatchingTag("Action", "ACL"), function(msg)
Expand Down

0 comments on commit 490b281

Please sign in to comment.