X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=inline;f=EdkModulePkg%2FUniversal%2FNetwork%2FSnp32_64%2FDxe%2Fcallback.c;h=16e40c609b486fe8830cabbae893c0e2249a20f8;hb=3aaddf9276ccf00b4b6349dfce058e3ae287dd3a;hp=2a9c953f894a62cfef745b0fc2f2cafec22fa8b3;hpb=92dda53e9fe6568c9204ffd97f146710bdde3369;p=mirror_edk2.git diff --git a/EdkModulePkg/Universal/Network/Snp32_64/Dxe/callback.c b/EdkModulePkg/Universal/Network/Snp32_64/Dxe/callback.c index 2a9c953f89..16e40c609b 100644 --- a/EdkModulePkg/Universal/Network/Snp32_64/Dxe/callback.c +++ b/EdkModulePkg/Universal/Network/Snp32_64/Dxe/callback.c @@ -1,12 +1,12 @@ /*++ -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2006, Intel Corporation +All rights reserved. This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Module name: callback.c @@ -482,7 +482,7 @@ Returns: } if (Index >= MAX_MAP_LENGTH) { - SNP_PRINT (L"SNP maplist is FULL\n"); + DEBUG ((EFI_D_INFO, "SNP maplist is FULL\n")); *DevAddrPtr = 0; return ; }