summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Library/DxeNetLib/DxeNetLib.c
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-10-12 16:41:50 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-11-08 18:01:35 +0000
commit45137bca2fdf04a17f48b18d4e1eb88b7c06dc92 (patch)
tree21b7477a9e19cffdd0eaf8a1f01195441d646be0 /NetworkPkg/Library/DxeNetLib/DxeNetLib.c
parent77dcd03ecfcd33ae192ed9aef0d595d3ef6a7f24 (diff)
downloadedk2-45137bca2fdf04a17f48b18d4e1eb88b7c06dc92.tar.gz
edk2-45137bca2fdf04a17f48b18d4e1eb88b7c06dc92.tar.bz2
edk2-45137bca2fdf04a17f48b18d4e1eb88b7c06dc92.zip
NetworkPkg: Reproduce builds across source format changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3688 Use DEBUG_LINE_NUMBER instead of __LINE__. Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Michael Kubacki <michael.kubacki@microsoft.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com> Tested-by: Michael Kubacki <michael.kubacki@microsoft.com>
Diffstat (limited to 'NetworkPkg/Library/DxeNetLib/DxeNetLib.c')
-rw-r--r--NetworkPkg/Library/DxeNetLib/DxeNetLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c b/NetworkPkg/Library/DxeNetLib/DxeNetLib.c
index 2a555a7b90..0f95ce4b71 100644
--- a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c
+++ b/NetworkPkg/Library/DxeNetLib/DxeNetLib.c
@@ -434,7 +434,7 @@ SyslogBuildPacket (
NETDEBUG_LEVEL_TRACE,
"Tcp",
__FILE__,
- __LINE__,
+ DEBUG_LINE_NUMBER,
NetDebugASPrint ("State transit to %a\n", Name)
)