Merge "Clarify some IpManager/ApfFilter debugging output." am: ce94c07ffd am: 3cc7ccfc69 am: b1914ebb50
am: a069fc8481
Change-Id: I7ff76ff8602477586d2fd315c730203f28744027
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