We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bfa0d commit 8b658d7Copy full SHA for 8b658d7
1 file changed
geowebcache/diskquota/core/src/main/java/org/geowebcache/diskquota/CacheCleaner.java
@@ -176,7 +176,7 @@ public void expireByLayerNames(
176
limit = quotaResolver.getLimit();
177
Quota usedQuota = quotaResolver.getUsed();
178
if (excess.getBytes().compareTo(BigInteger.ZERO) > 0) {
179
- log.warning("No more pages to expire, check if youd disk quota"
+ log.warning("No more pages to expire, check if your disk quota"
180
+ " database is out of date with your blob store. Quota: "
181
+ limit.toNiceString()
182
+ " used: "
0 commit comments