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/io/OsmApi.java

    r6310 r6313  
    547547                Thread.sleep(1000);
    548548            } catch (InterruptedException ex) {
    549                 Main.warn(ex);
     549                Main.warn("InterruptedException in "+getClass().getSimpleName()+" during sleep");
    550550            }
    551551        }
Note: See TracChangeset for help on using the changeset viewer.