Skip to content

Commit

Permalink
Merge "Decrease the log severity when a hold entry is convert to a sh…
Browse files Browse the repository at this point in the history
…ort flow" into R2.22.x
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 22, 2016
2 parents 0db1247 + af6f04f commit 32bdd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vnsw/agent/vrouter/ksync/flowtable_ksync.cc
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ bool FlowTableKSyncObject::AuditProcess() {
FlowEntryPtr flow(ksync_->agent()->pkt()->flow_table()->
Allocate(key));
flow->InitAuditFlow(flow_idx);
AGENT_ERROR(FlowLog, flow_idx, "FlowAudit : Converting HOLD "
AGENT_LOG(FlowLog, flow_idx, "FlowAudit : Converting HOLD "
"entry to short flow");
ksync_->agent()->pkt()->flow_table()->Add(flow.get(), NULL,
false);
Expand Down

0 comments on commit 32bdd7a

Please sign in to comment.