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/ArgumentConfiguration.java

    r8231 r8236  
    3232import javax.swing.*;
    3333import org.greenstone.gatherer.Configuration;
     34import org.greenstone.gatherer.DebugStream;
    3435import org.greenstone.gatherer.Dictionary;
    3536import org.greenstone.gatherer.Gatherer;
     
    375376            }
    376377            catch (Exception error) {
    377             Gatherer.println("ArgumentConfiguration Error: "+error);
     378            DebugStream.println("ArgumentConfiguration Error: "+error);
    378379            }
    379380        } else if (default_value != null && !default_value.equals("")) {
     
    383384            }
    384385            catch (Exception error) {
    385             Gatherer.println("ArgumentConfiguration Error: "+error);
     386            DebugStream.println("ArgumentConfiguration Error: "+error);
    386387            }
    387388        }
Note: See TracChangeset for help on using the changeset viewer.