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

am: a069fc8481

Change-Id: I7ff76ff8602477586d2fd315c730203f28744027
This commit is contained in:
Erik Kline
2017-04-27 00:46:41 +00:00
committed by android-build-merger

View File

@@ -46,7 +46,7 @@ public class ApfCapabilities {
} }
public String toString() { 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); apfVersionSupported, maximumApfProgramSize, apfPacketFormat);
} }
} }