]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootClient.c
NetworkPkg/HttpBootDxe: Fix the incorrect error message output.
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootClient.c
index b93e63bb2f0097ea5d518dd41b30f3435b553466..1d1e47008da23ee1fb8c9ba2037c1ed3b407c9f0 100644 (file)
@@ -474,6 +474,7 @@ HttpBootDhcp6ExtractUriInfo (
     Status = HttpBootDns (Private, HostNameStr, &IpAddr);\r
     FreePool (HostNameStr);\r
     if (EFI_ERROR (Status)) {\r
+      AsciiPrint ("\n  Error: Could not retrieve the host address from DNS server.\n");\r
       goto Error;\r
     }  \r
   } \r