Changeset 15506 for gli/trunk


Ignore:
Timestamp:
2008-05-15T16:31:54+12:00 (16 years ago)
Author:
ak19
Message:

Does not print Fedora login connection exception to stderr, since the FedoraLogin popup handles that itself

File:
1 edited

Legend:

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

    r15397 r15506  
    894894                         "incorrect username and/or password."};
    895895            dialog.setErrorMessage(errorMessage);
    896             DebugStream.printStackTrace(exception);
     896            //DebugStream.printStackTrace(exception);
    897897            // exception occurred, show the dialog again (do this after printing to
    898898            // debugStream, else the above does not get done for some reason).
Note: See TracChangeset for help on using the changeset viewer.