Skip to content

Commit f009491

Browse files
committed
resolved merge conflict
1 parent 550aca9 commit f009491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syncd/syncd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3106,7 +3106,7 @@ bool processFlexCounterEvent(
31063106
if (!try_translate_vid_to_rid(vid, rid))
31073107
{
31083108
SWSS_LOG_WARN("port VID %s, was not found (probably port was removed/splitted) and will remove from counters now",
3109-
sai_serialize_object_id(vid).c_str());
3109+
sai_serialize_object_id(vid).c_str());
31103110
return false;
31113111
}
31123112
}

0 commit comments

Comments
 (0)