Skip to content

Commit 8b658d7

Browse files
authored
Update CacheCleaner.java
Fix spelling mistake in warning
1 parent 93bfa0d commit 8b658d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geowebcache/diskquota/core/src/main/java/org/geowebcache/diskquota/CacheCleaner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public void expireByLayerNames(
176176
limit = quotaResolver.getLimit();
177177
Quota usedQuota = quotaResolver.getUsed();
178178
if (excess.getBytes().compareTo(BigInteger.ZERO) > 0) {
179-
log.warning("No more pages to expire, check if youd disk quota"
179+
log.warning("No more pages to expire, check if your disk quota"
180180
+ " database is out of date with your blob store. Quota: "
181181
+ limit.toNiceString()
182182
+ " used: "

0 commit comments

Comments
 (0)