Skip to content

Commit

Permalink
mod_sonic: add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sflow committed Jun 10, 2024
1 parent 5d32f79 commit 84991d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Linux/mod_sonic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1900,8 +1900,10 @@ extern "C" {
if(portName) {
EVDebug(mod, 1, "PORT_INDEX_TABLE changed entry for: %s", portName);
HSPSonicPort *prt = getPort(mod, portName, NO);
if(prt)
if(prt) {
EVDebug(mod, 1, "port %s found - requesting ifInfex discovery", prt->portName);
requestPortIfIndexDiscovery(mod, prt);
}
}
}

Expand Down

0 comments on commit 84991d3

Please sign in to comment.