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/tools/Utils.java

    r6310 r6313  
    394394                    Thread.sleep(1);
    395395                } catch (InterruptedException ex) {
    396                     Main.warn(ex);
     396                    Main.warn("InterruptedException in "+Utils.class.getSimpleName()+" while getting clipboard content");
    397397                }
    398398            }
Note: See TracChangeset for help on using the changeset viewer.