Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 422f94a8 authored by Aditya Kumar's avatar Aditya Kumar Committed by Gerrit Code Review
Browse files

Merge "Allow type conversion from BufferStatus to int" into main

parents ba71b568 a14d839a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -609,7 +609,7 @@ void Accessor::Impl::BufferPool::processStatusMessages() {
        }
        if (ret == false) {
            ALOGW("buffer status message processing failure - message : %d connection : %lld",
                  message.newStatus, (long long)message.connectionId);
                  (int)message.newStatus, (long long)message.connectionId);
        }
    }
    messages.clear();