Project

General

Profile

« Previous | Next » 

Revision 10480

Added by Jing Tao over 6 years ago

Downgrade the debug level from error to warn for a not found exception.

View differences:

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