Skip to content

Commit

Permalink
Fix the typo in log message (project-chip#32798)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored Apr 1, 2024
1 parent 6268fbb commit f1abb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/ESP32/nimble/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ void BLEManagerImpl::OnDeviceScanned(const struct ble_hs_adv_fields & fields, co
{
if (!mBLEScanConfig.mDiscriminator.MatchesLongDiscriminator(info.GetDeviceDiscriminator()))
{
printf("Discriminator didi not match \n");
ChipLogProgress(Ble, "Discriminator did not match");
return;
}
ChipLogProgress(Ble, "Device Discriminator match. Attempting to connect");
Expand Down

0 comments on commit f1abb59

Please sign in to comment.