Ignore:
Timestamp:
2013-10-07T13:48:08+02:00 (11 years ago)
Author:
Don-vip
Message:

cosmetics in error reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DownloadPrimitiveAction.java

    r6310 r6313  
    105105                        });
    106106                    } catch (InterruptedException ex) {
    107                         Main.warn(ex);
     107                        Main.warn("InterruptedException while displaying error dialog");
    108108                    } catch (InvocationTargetException ex) {
    109109                        Main.warn(ex);
Note: See TracChangeset for help on using the changeset viewer.