Revision 1495
Added by Jing Tao almost 22 years ago
src/edu/ucsb/nceas/metacat/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
Change the prototype for debugMessage()