Merge "Fix malformed log statement."

This commit is contained in:
TreeHugger Robot
2016-12-19 20:06:15 +00:00
committed by Android (Google) Code Review

View File

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