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

Commit 16117ab4 authored by Andreas Huber's avatar Andreas Huber
Browse files

The member mRefreshState was removed in commit and the printout causes

build failure when verbose logging is enabled.

patch contributed by "Bertil Akesson" <bertil.akesson@sonymobile.com>

Change-Id: I1520e24be67d35cd42571ec6211c909a6be76604
related-to-bug: 11056200
parent ca22dd5d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -632,9 +632,6 @@ sp<M3UParser> LiveSession::fetchPlaylist(
        // playlist unchanged
        *unchanged = true;

        ALOGV("Playlist unchanged, refresh state is now %d",
             (int)mRefreshState);

        return NULL;
    }