Ignore:
Timestamp:
2019-11-12T20:56:53+13:00 (4 years ago)
Author:
ak19
Message:

Minor change to print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/maori-lang-detection/src/org/greenstone/atea/NutchTextDumpToMongoDB.java

    r33652 r33655  
    378378            String siteID = siteDir.getName();
    379379            long lastModified = siteDir.lastModified();
    380             logger.debug("Found siteID: " + siteID);           
     380            logger.debug("Processing siteID: " + siteID);           
    381381            NutchTextDumpToMongoDB nutchTxtDump = new NutchTextDumpToMongoDB(
    382382                 mongodb, mriTxtDetector,
Note: See TracChangeset for help on using the changeset viewer.