Minor bugfixes

This commit is contained in:
2017-07-22 06:37:06 +02:00
parent 8af8419b7c
commit 8057980f6c
7 changed files with 14 additions and 7 deletions

View File

@ -100,7 +100,8 @@ public class SyncAdapter extends AbstractThreadedSyncAdapter {
Preferences.getTrustedNode(getContext()),
Preferences.getTrustedNodePort(getContext()),
Preferences.getTimeoutInSeconds(getContext()),
true);
true
);
LOG.info("Synchronization finished");
}