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

Commit 7a3a66d5 authored by Ajender Reddy's avatar Ajender Reddy
Browse files

liaudiohal@aidl: Fix state in the log message

Test: m

BUG: 363958142

Change-Id: I9e3f2e063087087888e6092740ec8984dbcc0a43
parent 49be5e9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -462,7 +462,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;