DO NOT MERGE Fix malformed log statement.
am: d7423d12a9
Change-Id: Ie52f24f39305f325e01972f5046247482053db28
This commit is contained in:
@@ -142,7 +142,7 @@ public class NetworkNotificationManager {
|
|||||||
|
|
||||||
if (DBG) {
|
if (DBG) {
|
||||||
Slog.d(TAG, String.format(
|
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));
|
tag, nameOf(eventId), getTransportName(transportType), extraInfo, highPriority));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user