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/mappaint/MapPaintStyles.java

    r6362 r6643  
    254254        } catch (IOException e) {
    255255            Main.warn(tr("Failed to load Mappaint styles from ''{0}''. Exception was: {1}", entry.url, e.toString()));
    256             e.printStackTrace();
     256            Main.error(e);
    257257        } finally {
    258258            Utils.close(in);
Note: See TracChangeset for help on using the changeset viewer.