Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed May 23, 2023
1 parent 7291103 commit 6c2f490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syncd/ComparisonLogic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2973,11 +2973,11 @@ void ComparisonLogic::createPreMatchMap(
count++;
}

cretePreMatchForAclEntries(cur, tmp, processed);

SWSS_LOG_NOTICE("preMatch map size: %zu, tmp oid obj: %zu",
tmp.m_preMatchMap.size(),
count);

cretePreMatchForAclEntries(cur, tmp, processed);
}

void ComparisonLogic::transferNotProcessed(
Expand Down

0 comments on commit 6c2f490

Please sign in to comment.