Skip to content

Commit

Permalink
Revert "resolved merge conflict"
Browse files Browse the repository at this point in the history
This reverts commit f009491.
  • Loading branch information
anilkpandey committed Jul 20, 2019
1 parent f009491 commit e840a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/syncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3106,7 +3106,7 @@ bool processFlexCounterEvent(
if (!try_translate_vid_to_rid(vid, rid))
{
SWSS_LOG_WARN("port VID %s, was not found (probably port was removed/splitted) and will remove from counters now",
sai_serialize_object_id(vid).c_str());
sai_serialize_object_id(vid).c_str());
return false;
}
}
Expand Down

0 comments on commit e840a6b

Please sign in to comment.