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

Commit 24c20568 authored by Aditya Kumar's avatar Aditya Kumar Committed by Automerger Merge Worker
Browse files

Merge "Allow type conversion from BufferStatus to int" into main am: 422f94a8

parents e58559a5 422f94a8
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();