Merge "Clarify some IpManager/ApfFilter debugging output." am: ce94c07ffd am: 3cc7ccfc69

am: b1914ebb50

Change-Id: If64f2b8a5cdf8b946a82a0c97a42cf61ef5e0b08
This commit is contained in:
Erik Kline
2017-04-27 00:35:25 +00:00
committed by android-build-merger

View File

@@ -46,7 +46,7 @@ public class ApfCapabilities {
}
public String toString() {
return String.format("%s{version: %d, maxSize: %d format: %d}", getClass().getSimpleName(),
return String.format("%s{version: %d, maxSize: %d, format: %d}", getClass().getSimpleName(),
apfVersionSupported, maximumApfProgramSize, apfPacketFormat);
}
}