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/collection/DeleteCollectionPrompt.java

    r8231 r8236  
    4444import javax.swing.event.*;
    4545import org.greenstone.gatherer.Configuration;
     46import org.greenstone.gatherer.DebugStream;
    4647import org.greenstone.gatherer.Dictionary;
    4748import org.greenstone.gatherer.Gatherer;
     
    350351        // Exception
    351352        catch (Exception exception) {
    352             Gatherer.println("Exception in GShell.runRemove() - unexpected");
    353             Gatherer.printStackTrace(exception);
     353            DebugStream.println("Exception in GShell.runRemove() - unexpected");
     354            DebugStream.printStackTrace(exception);
    354355        }
    355356        }
Note: See TracChangeset for help on using the changeset viewer.