Changeset 13037 in josm for trunk/src/org


Ignore:
Timestamp:
2017-10-25T20:53:26+02:00 (6 years ago)
Author:
Don-vip
Message:

fix #15481 - Silence FileNotFoundException

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java

    r12846 r13037  
    438438            } catch (IOException e) {
    439439                Logging.warn(tr("Failed to load Mappaint styles from ''{0}''. Exception was: {1}", url, e.toString()));
    440                 Logging.error(e);
     440                Logging.log(Logging.LEVEL_ERROR, e);
    441441                logError(e);
    442442            } catch (TokenMgrError e) {
Note: See TracChangeset for help on using the changeset viewer.