fix: log message typo
This commit is contained in:
parent
12c0739352
commit
57b2fbfedd
@ -764,7 +764,7 @@ void ConnectorImpl::populateAllDpConfigs()
|
|||||||
//
|
//
|
||||||
if (numPossibleLnkCfg)
|
if (numPossibleLnkCfg)
|
||||||
{
|
{
|
||||||
DP_LOG(("DP> DPCONN> Rebuild possible link rate confgiurations"));
|
DP_LOG(("DP> DPCONN> Rebuild possible link rate configurations"));
|
||||||
delete[] allPossibleLinkCfgs;
|
delete[] allPossibleLinkCfgs;
|
||||||
numPossibleLnkCfg = 0;
|
numPossibleLnkCfg = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user