Skip to content

Commit

Permalink
[portsyncd]: Change nlmsg log level from DEBUG to INFO
Browse files Browse the repository at this point in the history
Signed-off-by: Shuotian Cheng <[email protected]>
  • Loading branch information
Shuotian Cheng committed Apr 17, 2017
1 parent c5cbc69 commit b697f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portsyncd/linksync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ void LinkSync::onMsg(int nlmsg_type, struct nl_object *obj)

if (type)
{
SWSS_LOG_DEBUG("nlmsg type:%d key:%s admin:%d oper:%d addr:%s ifindex:%d master:%d type:%s",
SWSS_LOG_INFO("nlmsg type:%d key:%s admin:%d oper:%d addr:%s ifindex:%d master:%d type:%s",
nlmsg_type, key.c_str(), admin, oper, addrStr, ifindex, master, type);
}
else
{
SWSS_LOG_DEBUG("nlmsg type:%d key:%s admin:%d oper:%d addr:%s ifindex:%d master:%d",
SWSS_LOG_INFO("nlmsg type:%d key:%s admin:%d oper:%d addr:%s ifindex:%d master:%d",
nlmsg_type, key.c_str(), admin, oper, addrStr, ifindex, master);
}

Expand Down

0 comments on commit b697f3b

Please sign in to comment.