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

cosmetics in error reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ChangesetDialog.java

    r6267 r6313  
    507507                            future.get();
    508508                        } catch(InterruptedException e) {
    509                             e.printStackTrace();
     509                            Main.warn("InterruptedException in "+getClass().getSimpleName()+" while downloading changeset header");
    510510                        } catch(ExecutionException e){
    511511                            e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.