Software /
code /
prosody
Diff
plugins/mod_dialback.lua @ 259:1485d272400d
Some more logging fixes
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 14 Nov 2008 02:41:37 +0000 |
parent | 219:f06e97f525bc |
child | 260:182f0c895676 |
line wrap: on
line diff
--- a/plugins/mod_dialback.lua Fri Nov 14 02:38:41 2008 +0000 +++ b/plugins/mod_dialback.lua Fri Nov 14 02:41:37 2008 +0000 @@ -22,6 +22,7 @@ type = "invalid" log("warn", "Asked to verify a dialback key that was incorrect. An imposter is claiming to be %s?", attr.to); end + log("debug", "verifyied dialback key... it is %s", type); origin.sends2s(format("<db:verify from='%s' to='%s' id='%s' type='%s'>%s</db:verify>", attr.to, attr.from, attr.id, type, stanza[1])); end);