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/OsmImporter.java

    r6070 r6643  
    6565            importData(in, file, progressMonitor);
    6666        } catch (FileNotFoundException e) {
    67             e.printStackTrace();
     67            Main.error(e);
    6868            throw new IOException(tr("File ''{0}'' does not exist.", file.getName()));
    6969        } finally {
Note: See TracChangeset for help on using the changeset viewer.