Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fboss/qsfp_service/PortManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@ void PortManager::handlePendingUpdates() {
// Pending updates are stored within each PortStateMachineController, so this
// function asks each StateMachineController to execute a single pending
// update if possible.
PORTMGR_SM_LOG(INFO) << "Trying to update all PortStateMachines";
XLOG_EVERY_MS(DBG2, 30000) << "[SM] Trying to update all PortStateMachines";

// To expedite all these different ports state update, use Future
std::vector<folly::Future<folly::Unit>> stateUpdateTasks;
Expand Down
Loading