s2smanager: Log the host when marking it authenticated
authorPaul Aurich <paul@darkrain42.org>
Tue, 24 Jan 2012 14:58:54 -0800
changeset 4493 cad62a675b60
parent 4492 0a4781f165e3
child 4494 694491140a67
child 4497 f42a0833c47c
s2smanager: Log the host when marking it authenticated
core/s2smanager.lua
--- a/core/s2smanager.lua	Tue Jan 24 14:57:53 2012 -0800
+++ b/core/s2smanager.lua	Tue Jan 24 14:58:54 2012 -0800
@@ -557,7 +557,7 @@
 	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);