diff options
Diffstat (limited to 'libs/input/EventHub.cpp')
-rw-r--r-- | libs/input/EventHub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/EventHub.cpp b/libs/input/EventHub.cpp index ed63b2d..e30a772 100644 --- a/libs/input/EventHub.cpp +++ b/libs/input/EventHub.cpp @@ -827,7 +827,7 @@ size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSiz if (readSize == 0 || (readSize < 0 && errno == ENODEV)) { // Device was removed before INotify noticed. ALOGW("could not get event, removed? (fd: %d size: %d bufferSize: %d " - "capacity: %d errno: %d)\n", + "capacity: %zu errno: %d)\n", device->fd, readSize, bufferSize, capacity, errno); deviceChanged = true; closeDeviceLocked(device); |