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/gui/MapStatus.java

    r6314 r6643  
    904904                thread.interrupt();
    905905            } catch (Exception e) {
    906                 e.printStackTrace();
     906                Main.error(e);
    907907            }
    908908        }
Note: See TracChangeset for help on using the changeset viewer.