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

Commit f63974c7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "vr: fix an incorrect format string."

parents 5652150c 278bfee0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -429,7 +429,7 @@ pdx::Status<void> BufferHubQueue::FreeAllBuffers() {
      if (!status) {
        ALOGE(
            "ProducerQueue::FreeAllBuffers: Failed to remove buffer at "
            "slot=%d.",
            "slot=%zu.",
            slot);
        last_error = status.error_status();
      }