Skip to content

Commit

Permalink
CodeQL: Too many arguments to formatting function in src/platform/ESP…
Browse files Browse the repository at this point in the history
…32/nimble/BLEManagerImpl.cpp (#3624)
  • Loading branch information
vivien-apple authored and pull[bot] committed Nov 10, 2020
1 parent f293b8f commit 3885624
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 @@ -635,7 +635,7 @@ CHIP_ERROR BLEManagerImpl::ConfigureAdvertisingData(void)
err = ConfigurationMgr().GetBLEDeviceIdentificationInfo(deviceIdInfo);
if (err != CHIP_NO_ERROR)
{
ChipLogError(DeviceLayer, "GetBLEDeviceIdentificationInfo(): ", ErrorStr(err));
ChipLogError(DeviceLayer, "GetBLEDeviceIdentificationInfo(): %s", ErrorStr(err));
ExitNow();
}

Expand Down

0 comments on commit 3885624

Please sign in to comment.