Ignore:
Timestamp:
2014-02-14T16:08:08+01:00 (10 years ago)
Author:
Don-vip
Message:

see #9710 - more debug messages

File:
1 edited

Legend:

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

    r6798 r6852  
    259259                            wait(1000);
    260260                        } catch (InterruptedException e) {
    261                             // Occurs frequently during JOSM shutdown, log set to debug only
    262                             Main.debug("InterruptedException in "+MapStatus.class.getSimpleName());
     261                            // Occurs frequently during JOSM shutdown, log set to trace only
     262                            Main.trace("InterruptedException in "+MapStatus.class.getSimpleName());
    263263                        }
    264264                        ms.modifiers = mouseState.modifiers;
Note: See TracChangeset for help on using the changeset viewer.