Ignore:
Timestamp:
2003-06-12T12:07:19+12:00 (21 years ago)
Author:
kjdon
Message:

tidied up gatherer.debug - > gatherer.println

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/GEditorPane.java

    r4367 r4595  
    259259    public void loadFile(File file) {
    260260    // Load the file.
    261     gatherer.debug("Opening config file " + file.getAbsolutePath());
     261    Gatherer.println("GEditorPane.loadFile():Opening config file " + file.getAbsolutePath());
    262262    try {
    263263        FileInputStream in = new FileInputStream(file);
     
    273273    catch (Exception error) {
    274274        //error.printStackTrace();
    275         gatherer.debug("Error: No Such File.");
     275        Gatherer.println("GEditorPane.loadFile():Error: No Such File.");
    276276    }
    277277    }
Note: See TracChangeset for help on using the changeset viewer.