summaryrefslogtreecommitdiff
path: root/usb/MonitorFfs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'usb/MonitorFfs.cpp')
-rw-r--r--usb/MonitorFfs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/MonitorFfs.cpp b/usb/MonitorFfs.cpp
index b84efbc..717e6a7 100644
--- a/usb/MonitorFfs.cpp
+++ b/usb/MonitorFfs.cpp
@@ -150,7 +150,7 @@ void *MonitorFfs::startMonitorFd(void *param) {
}
for (int i = 0; i < nrEvents; i++) {
- ALOGI("event=%u on fd=%d\n", events[i].events, events[i].data.fd);
+ ALOGV("event=%u on fd=%d\n", events[i].events, events[i].data.fd);
if (events[i].data.fd == monitorFfs->mInotifyFd) {
// Process all of the events in buffer returned by read().