We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550aca9 commit f009491Copy full SHA for f009491
1 file changed
syncd/syncd.cpp
@@ -3106,7 +3106,7 @@ bool processFlexCounterEvent(
3106
if (!try_translate_vid_to_rid(vid, rid))
3107
{
3108
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());
+ sai_serialize_object_id(vid).c_str());
3110
return false;
3111
}
3112
0 commit comments