Ignore:
Timestamp:
2004-10-08T09:46:12+13:00 (20 years ago)
Author:
mdewsnip
Message:

Replaced all Gatherer.print* with DebugStream.print*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionIndex.java

    r8015 r8236  
    2828
    2929import java.util.*;
     30import org.greenstone.gatherer.DebugStream;
    3031import org.greenstone.gatherer.Gatherer;
    3132import org.greenstone.gatherer.cdm.CollectionConfiguration;
     
    173174    }
    174175    else {
    175         Gatherer.println("Error! Called setSource() of index other than the default.");
     176        DebugStream.println("Error! Called setSource() of index other than the default.");
    176177    }
    177178    }
Note: See TracChangeset for help on using the changeset viewer.