Skip to content

Commit

Permalink
Add missing SWSS_LOG_ENTER
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyschak <[email protected]>
  • Loading branch information
stepanblyschak committed Dec 3, 2024
1 parent 09822ea commit 9468136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syncd/tests/TestSyncdBrcm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ TEST_F(SyncdBrcmTest, portBulkSet)

void resize(size_t size)
{
SWSS_LOG_ENTER();

oids.resize(size);
attrs.resize(size);
statuses.resize(size, SAI_STATUS_NOT_EXECUTED);
Expand Down

0 comments on commit 9468136

Please sign in to comment.