Changeset 11129


Ignore:
Timestamp:
2006-01-27T11:16:41+13:00 (18 years ago)
Author:
mdewsnip
Message:

Changed an error message to a note, since it wasn't actually an error.

File:
1 edited

Legend:

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

    r10487 r11129  
    339339    }
    340340
    341     // If no appropriate FileSet element exists we have no idea where the metadata is
     341    // If no appropriate FileSet element exists the metadata isn't assigned in this metadata.xml file
    342342    if (appropriate_fileset_element == null) {
    343         System.err.println("Error: No appropriate FileSet element found when removing metadata...");
     343        DebugStream.println("Note: No appropriate FileSet element found when removing metadata from " + this);
    344344        return;
    345345    }
Note: See TracChangeset for help on using the changeset viewer.