Skip to content

Commit

Permalink
Merge "Send flow sample messages from contrail-vrouter-agent at SYS_N…
Browse files Browse the repository at this point in the history
…OTICE" into R3.0
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 26, 2016
2 parents bfd4816 + 3600827 commit 13fa688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vnsw/agent/vrouter/flow_stats/flow_stats_collector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ void FlowStatsCollector::DispatchPendingFlowMsg() {
}

void FlowStatsCollector::DispatchFlowMsg(const std::vector<FlowLogData> &lst) {
FLOW_LOG_DATA_OBJECT_LOG("", SandeshLevel::SYS_CRIT, lst);
FLOW_LOG_DATA_OBJECT_LOG("", SandeshLevel::SYS_INFO, lst);
}

uint8_t FlowStatsCollector::GetFlowMsgIdx() {
Expand Down

0 comments on commit 13fa688

Please sign in to comment.