Ignore:
Timestamp:
2016-07-24T13:54:44+02:00 (10 years ago)
Author:
Don-vip
Message:

simplify handling of ignored/traced exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java

    r10616 r10626  
    403403                    } catch (IOException e) {
    404404                        // Ignore
    405                         if (Main.isTraceEnabled()) {
    406                             Main.trace(e.getMessage());
    407                         }
     405                        Main.trace(e);
    408406                    }
    409407                }
Note: See TracChangeset for help on using the changeset viewer.