Ignore:
Timestamp:
2016-07-24T13:54:44+02:00 (8 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/PlatformHookWindows.java

    r10580 r10626  
    242242                    // If exception this is not a certificate related to JOSM, just trace it
    243243                    Main.trace(alias + " --> " + e.getClass().getName());
     244                    Main.trace(e);
    244245                }
    245246            }
Note: See TracChangeset for help on using the changeset viewer.