Skip to content

Commit

Permalink
Add missing swss log
Browse files Browse the repository at this point in the history
  • Loading branch information
daall committed Oct 28, 2019
1 parent fac27c2 commit 48eb4d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vslib/src/sai_vs_debug_counter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ static std::unordered_set<uint32_t> indices;

static uint32_t get_index()
{
SWSS_LOG_ENTER();

for (uint32_t i = 0; i < 32; i++)
{
if (indices.find(i) == indices.end())
Expand Down

0 comments on commit 48eb4d2

Please sign in to comment.