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

Commit 637fa557 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 am: 24c20568

parents f771a162 24c20568
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();