Skip to content

Commit

Permalink
Match the log with its implemantation (#36183)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored Oct 22, 2024
1 parent 7ff4cd2 commit 9afad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ CHIP_ERROR Server::Init(const ServerInitParams & initParams)

if (GetFabricTable().FabricCount() != 0)
{
#if CONFIG_NETWORK_LAYER_BLE
// The device is already commissioned, proactively disable BLE advertisement.
ChipLogProgress(AppServer, "Fabric already commissioned. Disabling BLE advertisement");
#if CONFIG_NETWORK_LAYER_BLE
chip::DeviceLayer::ConnectivityMgr().SetBLEAdvertisingEnabled(false);
#endif
}
Expand Down

0 comments on commit 9afad66

Please sign in to comment.