Commit 064dc050 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Removed unnecessary logging.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1473 b35dd754-fafc-0310-a699-88a17e54d16e
parent 48d7b15f
......@@ -767,11 +767,6 @@ public class SessionManager extends BasicModule {
// Return null if the JID's data belongs to a foreign server. If the server is
// shutting down then serverName will be null so answer null too in this case.
if (serverName == null || !serverName.equals(domain)) {
if (serverName == null || domain.indexOf(serverName) == -1) {
Log.warn("Session not found for packet. Packet domain: " + domain +
" Server name: " +
serverName);
}
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment