Skip to content

Commit

Permalink
Update LegacyPlugin_NetworkAPIs.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi authored Aug 27, 2024
1 parent 3b81fdf commit b0b96db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NetworkManager/LegacyPlugin_NetworkAPIs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ const string CIDR_PREFIXES[CIDR_NETMASK_IP_LEN] = {
/** Private */
void Network::subscribeToEvents(void)
{
NMLOG_INFO("Entry %s", __FUNCTION__);
uint32_t errCode = Core::ERROR_GENERAL;
if (m_networkmanager)
{
Expand Down Expand Up @@ -832,6 +833,7 @@ const string CIDR_PREFIXES[CIDR_NETMASK_IP_LEN] = {
m_timer.stop();
NMLOG_INFO("subscriber timer stoped");
}
NMLOG_INFO("%s Exit", __FUNCTION__);
}

string Network::getInterfaceMapping(const string & interface)
Expand Down

0 comments on commit b0b96db

Please sign in to comment.