Project

General

Profile

« Previous | Next » 

Revision 2714

Added by sgarg over 18 years ago

Modified the debug levels of debug statements

View differences:

DBSAXHandler.java
530 530
                long stopTime = System.currentTimeMillis();
531 531
                if ((stopTime - startTime) > INDEXDELAY) { throw new Exception(
532 532
                        "Couldn't find the docid for index build in "
533
                                + "reseaonable time!"); }
533
                                + "reseaonable time!"); 
534
                	logMetacat.warn("Couldn't find the docid for index build in "
535
                            + "reseaonable time!");
536
                }
534 537
            }//while
535 538
        } catch (Exception e) {
536 539
            try {

Also available in: Unified diff