Project

General

Profile

« Previous | Next » 

Revision 1495

Added by Jing Tao about 21 years ago

Change the prototype for debugMessage()

View differences:

DBSAXNode.java
102 102
        
103 103
        // Increase DBConnection usage count
104 104
        connection.increaseUsageCount(1);
105
        MetaCatUtil.debugMessage("INSERTING DOCNAME: " + nodename);
105
        MetaCatUtil.debugMessage("INSERTING DOCNAME: " + nodename, 35);
106 106
      } else {
107 107
        pstmt = connection.prepareStatement(
108 108
            "INSERT INTO xml_nodes " +

Also available in: Unified diff