Skip to content

Commit

Permalink
[portsyncd]: add debug message if a port cannot be found in port able (
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Jun 24, 2020
1 parent a0b6412 commit c05601c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions portsyncd/linksync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,8 @@ void LinkSync::onMsg(int nlmsg_type, struct nl_object *obj)
m_statePortTable.set(key, vector);
SWSS_LOG_NOTICE("Publish %s(ok) to state db", key.c_str());
}
else
{
SWSS_LOG_NOTICE("Cannot find %s in port table", key.c_str());
}
}

0 comments on commit c05601c

Please sign in to comment.