Address review feedback.

This commit is contained in:
akwizgran
2022-06-23 11:00:13 +01:00
parent 8bb3a83ccb
commit d82509f3ce
2 changed files with 18 additions and 1 deletions

View File

@@ -221,7 +221,7 @@ class OwnMailboxContactListWorker
if (state != State.UPDATING_CONTACT_LIST) return;
update = updates.poll();
if (update == null) {
LOG.info("Contact list is up to date");
LOG.info("No more updates to process");
state = State.WAITING_FOR_CHANGES;
apiCall = null;
return;