more logging

This commit is contained in:
Athou
2013-11-15 21:38:11 +01:00
parent 7c7a0fceaf
commit b74458f0b0

View File

@@ -45,7 +45,7 @@ public class DatabaseCleaningService {
ApplicationSettingsService applicationSettingsService; ApplicationSettingsService applicationSettingsService;
public long cleanFeedsWithoutSubscriptions() { public long cleanFeedsWithoutSubscriptions() {
log.info("cleaning feeds without subscriptions");
long total = 0; long total = 0;
int deleted = -1; int deleted = -1;
do { do {
@@ -58,7 +58,7 @@ public class DatabaseCleaningService {
} }
public long cleanContentsWithoutEntries() { public long cleanContentsWithoutEntries() {
log.info("cleaning contents without entries");
long total = 0; long total = 0;
int deleted = -1; int deleted = -1;
do { do {