Revision 10480
Added by Jing Tao almost 7 years ago
src/edu/ucsb/nceas/metacat/MetacatHandler.java | ||
---|---|---|
1916 | 1916 |
} |
1917 | 1917 |
|
1918 | 1918 |
} catch ( McdbDocNotFoundException dnfe ) { |
1919 |
logMetacat.error(
|
|
1919 |
logMetacat.warn(
|
|
1920 | 1920 |
"There was a problem finding the localId " + |
1921 | 1921 |
newdocid + "The error was: " + dnfe.getMessage()); |
1922 | 1922 |
throw dnfe; |
Also available in: Unified diff
Downgrade the debug level from error to warn for a not found exception.