Skip to content

Commit

Permalink
Add warning when port discovery is skipped
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyschak <[email protected]>
  • Loading branch information
stepanblyschak committed Dec 18, 2024
1 parent 6bdf9bf commit e7b5067
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syncd/Syncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ Syncd::Syncd(

m_breakConfig = BreakConfigParser::parseBreakConfig(m_commandLineOptions->m_breakConfig);

#ifdef SKIP_SAI_PORT_DISCOVERY
SWSS_LOG_WARN("SAI discovery is skipped on ports");
#endif

SWSS_LOG_NOTICE("syncd started");
}

Expand Down

0 comments on commit e7b5067

Please sign in to comment.