Author: rareddy
Date: 2009-03-30 13:29:08 -0400 (Mon, 30 Mar 2009)
New Revision: 659
Modified:
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnection.java
Log:
verbose logging; moving it to detail
Modified:
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnection.java
===================================================================
---
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnection.java 2009-03-27
21:44:26 UTC (rev 658)
+++
trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnection.java 2009-03-30
17:29:08 UTC (rev 659)
@@ -65,6 +65,6 @@
@Override
public void close() {
metadataProps = null;
- env.getLogger().logInfo("Text Connection is successfully closed.");
//$NON-NLS-1$
+ env.getLogger().logDetail("Text Connection is successfully closed.");
//$NON-NLS-1$
}
}
Show replies by date