Changeset 15841 in josm for trunk/src/org
- Timestamp:
- 2020-02-11T20:31:00+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/cache/JCSCacheManager.java
r15840 r15841 80 80 // Pending upstream patch: https://issues.apache.org/jira/projects/JCS/issues/JCS-201 81 81 if (msg.equals("No configuration settings found. Using hardcoded default values for all pools.") 82 || msg.startsWith("Region") && msg.endsWith("Resetting cache")) { // "Region [TMS_BLOCK_v2] Resetting cache" 82 || (msg.startsWith("Region") && msg.endsWith("Resetting cache"))) { // "Region [TMS_BLOCK_v2] Resetting cache" 83 83 Logging.debug(msg); 84 84 } else {
Note:
See TracChangeset
for help on using the changeset viewer.