aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/connect.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/connect.lua b/net/connect.lua
index c76d78f3..a0f51499 100644
--- a/net/connect.lua
+++ b/net/connect.lua
@@ -31,7 +31,7 @@ local function attempt_connection(p)
-- No more targets to try
p:log("debug", "No more connection targets to try");
if p.listeners.onfail then
- p.listeners.onfail(p.data, p.last_error or "unable to connect to service");
+ p.listeners.onfail(p.data, p.last_error or "unable to resolve service");
end
return;
end