1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 21:55:13 +00:00

Changed log level

This commit is contained in:
M66B 2020-02-01 15:12:59 +01:00
parent d17bdf71e7
commit 227d71a1f4

View file

@ -1255,7 +1255,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
}
});
} catch (RejectedExecutionException ex) {
Log.w(ex);
Log.i(ex);
break;
}
}