DO NOT MERGE Fix malformed log statement.

am: d7423d12a9

Change-Id: Ie52f24f39305f325e01972f5046247482053db28
This commit is contained in:
Joe LaPenna
2016-12-20 05:04:02 +00:00
committed by android-build-merger

View File

@@ -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));
}