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

Commit 384a196f authored by Phil Burk's avatar Phil Burk
Browse files

aaudio: remove redundant message from test-return_stop.cpp

It was unnecessary and was missing a newline.

Test: this is a test
Change-Id: I6463579c759b620ac3d34dceacee8e4e9c806808
parent c1b140c7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -228,8 +228,6 @@ int main(int argc, char **argv) {
        result = AAudioStream_requestStart(engine.stream);
        printf("AAudioStream_requestStart() returned %d >>>>>>>>>>>>>>>>>>>>>>\n", result);
        if (result != AAUDIO_OK) {
            printf("ERROR - AAudioStream_requestStart returned %s",
                   AAudio_convertResultToText(result));
            errorCount++;
            break;
        }