mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
logging phrasing
This commit is contained in:
@@ -26,9 +26,9 @@ public class DatabaseCleaner {
|
||||
do {
|
||||
deleted = feedEntryDAO.delete(cal.getTime(), 100);
|
||||
total += deleted;
|
||||
log.info("removed {} statuses", total);
|
||||
log.info("removed {} entries", total);
|
||||
} while (deleted != 0);
|
||||
log.info("cleanup done: {}", total);
|
||||
log.info("cleanup done: {} entries deleted", total);
|
||||
return total;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user