further downgrade oneway spam log

We do get this info in dmesg as well. Reduce spam.

Fixes: 188928044
Test: N/A
Change-Id: I5a42028523fe70a9710c4f9da005d2d9c3ba5817
Merged-In: I5a42028523fe70a9710c4f9da005d2d9c3ba5817
diff --git a/ProcessState.cpp b/ProcessState.cpp
index d329657..dbd6c87 100644
--- a/ProcessState.cpp
+++ b/ProcessState.cpp
@@ -385,7 +385,7 @@
         uint32_t enable = DEFAULT_ENABLE_ONEWAY_SPAM_DETECTION;
         result = ioctl(fd, BINDER_ENABLE_ONEWAY_SPAM_DETECTION, &enable);
         if (result == -1) {
-            ALOGI("Binder ioctl to enable oneway spam detection failed: %s", strerror(errno));
+            ALOGD("Binder ioctl to enable oneway spam detection failed: %s", strerror(errno));
         }
     } else {
         ALOGW("Opening '/dev/hwbinder' failed: %s\n", strerror(errno));