Ignore:
Timestamp:
2008-08-18T16:20:25+12:00 (16 years ago)
Author:
xiao
Message:

add changes to work with the ActivityManagement.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/gsdl3/sql/DatabaseFactory.java

    r16652 r16883  
    3636        return server;
    3737    } catch (Exception e) {
    38         logger.info("Couldn't load the database server "+ fullName);
     38        logger.debug("Couldn't load the database server "+ fullName);
    3939    }
    4040   
     
    5757       catch (Exception e2) {
    5858           // failed again, give up
    59            logger.info("Couldn't load the sql statement  "+ sqlstate);
     59           logger.debug("Couldn't load the sql statement  "+ sqlstate);
    6060       }
    6161       }
     
    9797            catch (Exception e2) {
    9898            // failed again, give up
    99             logger.info("Couldn't load the sql statement  "+ sqlstate);
     99            logger.debug("Couldn't load the sql statement  "+ sqlstate);
    100100            }
    101101        }
    102102        }
    103103    } catch (Exception e) {
    104         logger.info("Couldn't load the database wrapper "+ fullName);
     104        logger.debug("Couldn't load the database wrapper "+ fullName);
    105105    }
    106106   
Note: See TracChangeset for help on using the changeset viewer.