Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs committed Dec 1, 2020
1 parent 1c7a7d2 commit fc080ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchagent/pfcactionhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,14 @@ PfcWdZeroBufferHandler::~PfcWdZeroBufferHandler(void)
if (pending_profile_id != SAI_NULL_OBJECT_ID)
{
attr.value.oid = pending_profile_id;
SWSS_LOG_NOTICE("Priority group %zd on port %s has been resotred to pending profile 0x%" PRIx64,
SWSS_LOG_NOTICE("Priority group %zd on port %s has been restored to pending profile 0x%" PRIx64,
idx, portInstance.m_alias.c_str(), pending_profile_id);
portInstance.m_priority_group_pending_profile[idx] = SAI_NULL_OBJECT_ID;
}
else
{
attr.value.oid = m_originalPgBufferProfile;
SWSS_LOG_NOTICE("Priority group %zd on port %s has been resotred to original profile 0x%" PRIx64,
SWSS_LOG_NOTICE("Priority group %zd on port %s has been restored to original profile 0x%" PRIx64,
idx, portInstance.m_alias.c_str(), m_originalPgBufferProfile);
}

Expand Down

0 comments on commit fc080ec

Please sign in to comment.