Merge "Fix malformed log statement."
This commit is contained in:
committed by
Android (Google) Code Review
commit
384daf99a9
@@ -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