Revision 1597
Added by Jing Tao over 21 years ago
src/edu/ucsb/nceas/metacat/DBSAXHandler.java | ||
---|---|---|
197 | 197 |
MetaCatUtil.debugMessage |
198 | 198 |
("Failed to write triples into relation table" + |
199 | 199 |
e.getMessage(), 30); |
200 |
throw new SAXException("Failed to write triples into relation table + e.getMessage()");
|
|
200 |
throw new SAXException("Failed to write triples into relation table "+ e.getMessage());
|
|
201 | 201 |
} |
202 | 202 |
} |
203 | 203 |
|
Also available in: Unified diff
Change a debug statement.