Jian Li
Committed by Gerrit Code Review

Bug fix: display correct treatment content

Change-Id: I112352c172289325a84234754e4a2106461e36d3
......@@ -263,7 +263,7 @@ public class DefaultFlowRule implements FlowRule {
.add("deviceId", deviceId)
.add("priority", priority)
.add("selector", selector.criteria())
.add("treatment", treatment == null ? "N/A" : treatment.allInstructions())
.add("treatment", treatment == null ? "N/A" : treatment)
.add("tableId", tableId)
.add("created", created)
.add("payLoad", payLoad)
......