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

Commit 61522c5e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "liaudiohal@aidl: Fix state in the log message" into main

parents a387a2cd 7a3a66d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -475,7 +475,7 @@ status_t StreamHalAidl::pause(StreamDescriptor::Reply* reply) {
            AUGMENT_LOG(D,
                        "HAL failed to handle the 'pause' command, but stream state is in one of"
                        " the PAUSED kind of states, current state: %s",
                        toString(state).c_str());
                        toString(innerReply->state).c_str());
            return OK;
        }
        return status;