From 75ef8cbd13ea774e2b48582ec9e37fff4faf090f Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 16 May 2009 20:48:07 +0100 Subject: stanza_router: s/conn/stream/ in log message --- core/stanza_router.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 44712fa7..1a9fb26c 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -107,7 +107,7 @@ function core_process_stanza(origin, stanza) if origin.type == "s2sin" and not origin.dummy then local host_status = origin.hosts[from_host]; if not host_status or not host_status.authed then -- remote server trying to impersonate some other server? - log("warn", "Received a stanza claiming to be from %s, over a conn authed for %s!", from_host, origin.from_host); + log("warn", "Received a stanza claiming to be from %s, over a stream authed for %s!", from_host, origin.from_host); return; -- FIXME what should we do here? does this work with subdomains? end end -- cgit v1.2.3