fix: log message typo

This commit is contained in:
Mustafa Uzun 2023-08-22 09:06:01 +03:00
parent 12c0739352
commit 57b2fbfedd

View File

@ -764,7 +764,7 @@ void ConnectorImpl::populateAllDpConfigs()
//
if (numPossibleLnkCfg)
{
DP_LOG(("DP> DPCONN> Rebuild possible link rate confgiurations"));
DP_LOG(("DP> DPCONN> Rebuild possible link rate configurations"));
delete[] allPossibleLinkCfgs;
numPossibleLnkCfg = 0;
}