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/imagery/Grabber.java

    r6310 r6313  
    6767                    Thread.sleep(random(1000, 2000));
    6868                } catch (InterruptedException e1) {
    69                     Main.debug(e1.getMessage());
     69                    Main.debug("InterruptedException in "+getClass().getSimpleName()+" during WMS request");
    7070                }
    7171                if(i == maxTries) {
Note: See TracChangeset for help on using the changeset viewer.