Ignore:
Timestamp:
2014-01-06T16:39:45+01:00 (10 years ago)
Author:
Don-vip
Message:

global replacement of e.printStackTrace() by Main.error(e)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/session/SessionReader.java

    r6310 r6643  
    458458                }
    459459                if (exception != null) {
    460                     exception.printStackTrace();
     460                    Main.error(exception);
    461461                    CancelOrContinueDialog dialog = new CancelOrContinueDialog();
    462462                    dialog.show(
Note: See TracChangeset for help on using the changeset viewer.