Changed log level

pull/172/head
M66B 5 years ago
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…
Cancel
Save