mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
more logging
This commit is contained in:
@@ -45,7 +45,7 @@ public class DatabaseCleaningService {
|
||||
ApplicationSettingsService applicationSettingsService;
|
||||
|
||||
public long cleanFeedsWithoutSubscriptions() {
|
||||
|
||||
log.info("cleaning feeds without subscriptions");
|
||||
long total = 0;
|
||||
int deleted = -1;
|
||||
do {
|
||||
@@ -58,7 +58,7 @@ public class DatabaseCleaningService {
|
||||
}
|
||||
|
||||
public long cleanContentsWithoutEntries() {
|
||||
|
||||
log.info("cleaning contents without entries");
|
||||
long total = 0;
|
||||
int deleted = -1;
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user