Skip to content

Commit

Permalink
improves a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
vilenarios authored and dtfiedler committed Jul 1, 2024
1 parent e44d357 commit 684dd0b
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 684dd0b

Please sign in to comment.