Skip to content

Commit

Permalink
mod_dialback: correct logging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
maranda committed Jul 15, 2018
1 parent d8441fa commit 06f3bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mod_dialback.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module:hook("stanza/"..xmlns_db..":result", function(event)

-- Implement Dialback without Dialback (See XEP-0344) shortcircuiting
if origin.external_auth == "failed" and origin.from_host == from then
origin.log("debug", "SASL EXTERNAL for %s failed and host is not multiplexed, skipping certificate check", from);
origin.log("debug", "SASL EXTERNAL for %s failed and stream is not multiplexed, skipping certificate check", from);
else
module:fire_event("s2s-check-certificate-status", origin, from, to);
end
Expand Down

0 comments on commit 06f3bde

Please sign in to comment.