Skip to content

Commit

Permalink
fix misleading log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne authored and Mircea Markus committed Jun 27, 2011
1 parent 98a27e2 commit bc5d272
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ public void updateBucket(Bucket b) throws CacheLoaderException {
if (f.exists()) {
if (!purgeFile(f)) {
log.problemsRemovingFile(f);
} else if (trace) {
log.tracef("Successfully deleted file: '%s'", f.getName());
}
} else if (trace) {
log.tracef("Successfully deleted file: '%s'", f.getName());
}

if (!b.getEntries().isEmpty()) {
Expand Down

0 comments on commit bc5d272

Please sign in to comment.