1
0
mirror of https://github.com/etesync/android synced 2025-01-11 08:10:58 +00:00

Remove a mention of davdroid from log.

This commit is contained in:
Tom Hacohen 2017-03-09 17:59:49 +00:00
parent 36a8edfb5d
commit a794ee35cf

View File

@ -230,7 +230,7 @@ public class AccountSettings {
@Override
@SuppressLint("UnsafeProtectedBroadcastReceiver,MissingPermission")
public void onReceive(Context context, Intent intent) {
App.log.info("DAVdroid was updated, checking for AccountSettings version");
App.log.info("EteSync was updated, checking for AccountSettings version");
// peek into AccountSettings to initiate a possible migration
AccountManager accountManager = AccountManager.get(context);