remove log

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2947615
This commit is contained in:
vpj-cd 2010-06-07 19:43:48 +00:00
parent 5ac61c4986
commit cfc2bc5e19
1 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ public class TopicListener implements MessageListener {
} }
catch (Exception e) catch (Exception e)
{ {
log.info("Connection with clientID '" + clientID +"' already exists" + e.toString()); //log.info("Connection with clientID '" + clientID +"' already exists" + e.toString());
conn.close(); conn.close();
return; return;
} }
@ -288,7 +288,7 @@ public class TopicListener implements MessageListener {
impHelper.importXMLDocument(result, documentToBeImported, trxName ); impHelper.importXMLDocument(result, documentToBeImported, trxName );
log.finest("Replicated ..."); log.finest("Message processed ...");
if(replicationProcessor != null) if(replicationProcessor != null)
{ {