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

Commit 5013035d authored by Joe LaPenna's avatar Joe LaPenna Committed by android-build-merger
Browse files

DO NOT MERGE Fix malformed log statement.

am: 02ca23d9

Change-Id: Ie52f24f39305f325e01972f5046247482053db28
parents d0d32e23 02ca23d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class NetworkNotificationManager {

        if (DBG) {
            Slog.d(TAG, String.format(
                    "showNotification tag=%s event=%s transport=%s extraInfo=%d highPrioriy=%s",
                    "showNotification tag=%s event=%s transport=%s extraInfo=%s highPrioriy=%s",
                    tag, nameOf(eventId), getTransportName(transportType), extraInfo, highPriority));
        }