Ignore:
Timestamp:
2003-06-16T12:05:19+12:00 (21 years ago)
Author:
jmt12
Message:

Replaced System.err.println with Gatherer.println

File:
1 edited

Legend:

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

    r4675 r4686  
    628628        }
    629629        } catch (FileNotFoundException fnfe) {
    630         System.err.println("Error: log file not found: "+ this.file.toString());
     630        Gatherer.println("Error: log file not found: "+ this.file.toString());
    631631        return "";
    632632        } catch (IOException ioe) {
    633         System.err.println("Error: exception occurred when trying to read in file "+this.file.toString()+", "+ioe.getMessage());
     633        Gatherer.println("Error: exception occurred when trying to read in file "+this.file.toString()+", "+ioe.getMessage());
    634634
    635635        }
Note: See TracChangeset for help on using the changeset viewer.