Ignore:
Timestamp:
2017-07-12T14:17:43+12:00 (7 years ago)
Author:
kjdon
Message:

removed an unecessary log message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/MessageRouter.java

    r31127 r31790  
    262262        // gets removed from where it was. This changes the node list - you cant iterate over the node list in a normal manner if you are moving elements out of it
    263263        int num_requests = requests.getLength();
    264         logger.info("**** num requests = "+num_requests);
    265264        for (int i = 0; i < num_requests; i++)
    266265        {
     
    646645        if (collectDir.exists())
    647646        {
    648             logger.info("Reading thru directory " + collectDir.getPath() + " to find collections.");
     647            logger.info("Reading thru directory " + collectDir.getPath() + " to find collections for activation.");
    649648            File[] contents = collectDir.listFiles();
    650649            for (int i = 0; i < contents.length; i++)
Note: See TracChangeset for help on using the changeset viewer.