Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
qizzz committed Dec 10, 2023
1 parent e3c61ff commit d89aec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DPDPU/NetworkEngine/Source/PEPOTLDKTCP.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ PEPOPortInit() {
if (result != 0) {
RTE_LOG(ERR, USER1,
"%s: lcore %d is unavailable\n",
__func__, j);
__func__, BeCfg.Cores[j].Id);
return result;
}

Expand Down

0 comments on commit d89aec9

Please sign in to comment.