Revision 3736
Added by ben leinfelder over 16 years ago
src/edu/ucsb/nceas/metacat/DBTransform.java | ||
---|---|---|
305 | 305 |
|
306 | 306 |
//set up the default params (can be overridden by the passed in params) |
307 | 307 |
String cgiPrefix = MetaCatUtil.getOption("cgi-prefix"); |
308 |
logMetacat.debug("cgi-prefix=" + cgiPrefix); |
|
309 |
logMetacat.debug("contextURL=" + contextURL); |
|
308 | 310 |
transformer.setParameter("cgi-prefix", cgiPrefix); |
309 | 311 |
transformer.setParameter("contextURL", contextURL); |
310 | 312 |
|
Also available in: Unified diff
add debug statements so it's clear what transformer parameters are being passed