Changeset 8343


Ignore:
Timestamp:
2004-10-15T12:11:09+13:00 (20 years ago)
Author:
mdewsnip
Message:

Made some annoying debug statements go to DebugStream instead of System.err.

File:
1 edited

Legend:

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

    r8313 r8343  
    188188    }
    189189    else if(esrc == menu_bar.file_exit) {
    190         System.err.println("*** menu bar file exit called");
    191190        exit();
    192191    }
     
    462461    public void exit() {
    463462    // Tell everyone who cares that they are losing focus
    464     System.err.println("**** GUIManager exit called!");
     463    DebugStream.println("**** GUIManager exit called!");
    465464
    466465    if(!Gatherer.c_man.ready() || design_pane.canSave()) {
     
    484483            help = null;
    485484            }
    486             System.err.println("**** Calling Gatherer.self.exit");
     485            DebugStream.println("**** Calling Gatherer.self.exit");
    487486            Gatherer.self.exit();
    488487        }
Note: See TracChangeset for help on using the changeset viewer.