Merge "Clarify some IpManager/ApfFilter debugging output." am: ce94c07ffd am: 3cc7ccfc69
am: b1914ebb50 Change-Id: If64f2b8a5cdf8b946a82a0c97a42cf61ef5e0b08
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user