Changed log level

This commit is contained in:
M66B 2020-02-01 15:12:59 +01:00
parent d17bdf71e7
commit 227d71a1f4
1 changed files with 1 additions and 1 deletions

View File

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