Changeset 6313 in josm for trunk/src/org/openstreetmap/josm/gui/layer/geoimage
- Timestamp:
- 2013-10-07T13:48:08+02:00 (13 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/layer/geoimage
- Files:
-
- 2 edited
-
ImageDisplay.java (modified) (1 diff)
-
ThumbsLoader.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java
r6310 r6313 80 80 Thread.sleep(5); 81 81 } catch (InterruptedException e) { 82 Main.warn( e);82 Main.warn("InterruptedException in "+getClass().getSimpleName()+" while loading image "+file.getPath()); 83 83 } 84 84 } -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ThumbsLoader.java
r6310 r6313 70 70 tracker.waitForID(0); 71 71 } catch (InterruptedException e) { 72 Main.error(" InterruptedException"); 72 Main.error(" InterruptedException while loading thumb"); 73 73 return null; 74 74 } … … 86 86 Thread.sleep(10); 87 87 } catch(InterruptedException ie) { 88 Main.warn( ie);88 Main.warn("InterruptedException while drawing thumb"); 89 89 } 90 90 }
Note:
See TracChangeset
for help on using the changeset viewer.
