Commit f4ec3d8b authored by Axel Brand's avatar Axel Brand Committed by daeva

Gojara

- changed some log messages

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13711 b35dd754-fafc-0310-a699-88a17e54d16e
parent 3f860a63
......@@ -14,6 +14,7 @@ import java.util.TimerTask;
import org.apache.log4j.Logger;
import org.jivesoftware.database.DbConnectionManager;
import org.jivesoftware.openfire.plugin.gojara.sessions.GatewaySession;
import org.jivesoftware.util.JiveGlobals;
/**
......@@ -326,7 +327,7 @@ public class DatabaseManager {
public int removeSessionEntry(String transport, String user) {
int result = 0;
Log.info("I would now hit the DB and remove " + transport + " " + user);
Log.info("Removing registration for: " + user + " from gateway: " + transport);
Connection con = null;
PreparedStatement pstmt = 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