mirror of https://github.com/M66B/FairEmail.git
Changed log level
This commit is contained in:
parent
d17bdf71e7
commit
227d71a1f4
|
@ -1255,7 +1255,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} catch (RejectedExecutionException ex) {
|
} catch (RejectedExecutionException ex) {
|
||||||
Log.w(ex);
|
Log.i(ex);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue