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/gui/dialogs/changeset/query/ChangesetQueryTask.java

    r6296 r6313  
    127127                SwingUtilities.invokeAndWait(r);
    128128            } catch(InterruptedException e) {
    129                 e.printStackTrace();
     129                Main.warn("InterruptedException in "+getClass().getSimpleName()+" while updating changeset cache");
    130130            } catch(InvocationTargetException e) {
    131131                Throwable t = e.getTargetException();
Note: See TracChangeset for help on using the changeset viewer.