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

Commit e03fe519 authored by Michal Piechowski's avatar Michal Piechowski Committed by android-build-merger
Browse files

Merge "Don\'t print both current and new URIs by default"

am: bf1e74ed

* commit 'bf1e74ed':
  Don't print both current and new URIs by default

Change-Id: If58cf9d37ceaf4a478c2c9f59582d09dfeaddd29
parents e0d98575 bf1e74ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1175,7 +1175,7 @@ static double uniformRand() {
#endif

bool LiveSession::UriIsSameAsIndex(const AString &uri, int32_t i, bool newUri) {
    ALOGI("[timed_id3] i %d UriIsSameAsIndex newUri %s, %s", i,
    ALOGV("[timed_id3] i %d UriIsSameAsIndex newUri %s, %s", i,
            newUri ? "true" : "false",
            newUri ? mStreams[i].mNewUri.c_str() : mStreams[i].mUri.c_str());
    return i >= 0