diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-01-26 18:48:21 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-01-26 18:48:21 +0000 |
commit | 85a4ddb16de85a50dd226a45c2fca885fc95b665 (patch) | |
tree | 977aaba7354c482266ebde89a7d44312e77aa4b2 /core | |
parent | 7437e279cbe895b88dbf7902f86cc0a9803cd04a (diff) | |
parent | 52e7f9dcbd32b32b774523d365d4ca5e3ef50b0d (diff) | |
download | prosody-85a4ddb16de85a50dd226a45c2fca885fc95b665.tar.gz prosody-85a4ddb16de85a50dd226a45c2fca885fc95b665.zip |
Merge with 0.9
Diffstat (limited to 'core')
-rw-r--r-- | core/s2smanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua index f44921c3..822713fe 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -659,7 +659,7 @@ function make_authenticated(session, host) else return false; end - session.log("debug", "connection %s->%s is now authenticated", session.from_host or "(unknown)", session.to_host or "(unknown)"); + session.log("debug", "connection %s->%s is now authenticated for %s", session.from_host or "(unknown)", session.to_host or "(unknown)", host); mark_connected(session); |