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 28, 2024
1 parent 490b281 commit 7704b06
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 @@ -74,7 +74,7 @@ local arnsMeta = {
name = string.lower(name)
local rootName, underName = splitIntoTwoNames(name)
ao.send({ Target = AR_IO_PROCESS_ID, Action = "Record", Name = rootName })
return "Getting information for name: " .. rootName
return "Looking up and resolving: " .. rootName
end
elseif key == "data" then
return function(name)
Expand Down

0 comments on commit 7704b06

Please sign in to comment.