Revision 45097 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.db/org.gvsig.fmap.dal.db.jdbc/src/main/java/org/gvsig/fmap/dal/store/jdbc2/impl/ResulSetControlerBase.java

View differences:

ResulSetControlerBase.java
42 42
            this.extraValueNames = extraValueNames;
43 43
            used();
44 44
            resulSets.put(this.getID(), this);
45
            if( LOGGER.isDebugEnabled() ) {
46
                LOGGER.debug("["+JDBCUtils.getConnId(resulSet)+"] ResultSetEntryBase "+JDBCUtils.getHexId(this)+" "+sql);
47
            }
45 48
        }
46 49

  
47 50
        private void used() {
......
101 104

  
102 105
        @Override
103 106
        public void close() throws Exception {
107
            if( LOGGER.isDebugEnabled() ) {
108
                LOGGER.debug("["+JDBCUtils.getConnId(this.resultSet)+"] ResultSetEntryBase close "+JDBCUtils.getHexId(this));
109
            }
104 110
            if( this.resultSet == null ) {
105 111
                // Already close
106 112
                return;

Also available in: Unified diff