Changeset 8342


Ignore:
Timestamp:
2004-10-15T12:05:30+13:00 (20 years ago)
Author:
mdewsnip
Message:

Made a couple of debug statements go to DebugStream instead of System.err.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/metadata/DocXMLFile.java

    r8240 r8342  
    6868
    6969    // Parse the doc.xml file
    70     System.err.println("Applicable doc.xml file: " + this);
     70    DebugStream.println("Applicable doc.xml file: " + this);
    7171    try {
    7272        BufferedReader buffered_reader = new BufferedReader(new FileReader(this));
     
    164164
    165165    // Skim the doc.xml file as quickly as possible (don't parse as XML), looking at the Metadata elements
    166     System.err.println("Skimming doc.xml file " + this + "...");
     166    DebugStream.println("Skimming doc.xml file " + this + "...");
    167167    try {
    168168        BufferedReader buffered_reader = new BufferedReader(new FileReader(this));
Note: See TracChangeset for help on using the changeset viewer.