Skip to content

Commit

Permalink
Update voqstatsorch.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekverma-arista authored Sep 24, 2024
1 parent 119ae24 commit 2976edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/voqstatsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void VoqStatsOrch::updateChassisCountersDb(const string & key, const std::vector
{
SWSS_LOG_ENTER();
string voqName = gPortsOrch->getVoqName(key);
// if it wasn't a VOQ counter that fired the reactor then early return
// if it wasn't a VOQ counter that triggered the call then early return
if (voqName=="")
{
return;
Expand Down

0 comments on commit 2976edd

Please sign in to comment.