[2061] 2009-04-04 Yoshinori K.

"Yoshinori K. Okuji" <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2061
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2061
Author:   okuji
Date:     2009-04-03 20:19:36 +0000 (Fri, 03 Apr 2009)
Log Message:
-----------
2009-04-04  Yoshinori K. Okuji  <[email protected]>

    * loader/i386/efi/linux.c (fake_bios_data): Use grub_dprintf
    instead of grub_printf.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/loader/i386/efi/linux.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-04-03 20:03:39 UTC (rev 2060)
+++ trunk/grub2/ChangeLog	2009-04-03 20:19:36 UTC (rev 2061)
@@ -1,3 +1,8 @@
+2009-04-04  Yoshinori K. Okuji  <[email protected]>
+
+	* loader/i386/efi/linux.c (fake_bios_data): Use grub_dprintf
+	instead of grub_printf.
+
 2009-04-03  Robert Millan  <[email protected]>
 
 	* loader/i386/linux.c (grub_linux_setup_video): Fill

Modified: trunk/grub2/loader/i386/efi/linux.c
===================================================================
--- trunk/grub2/loader/i386/efi/linux.c	2009-04-03 20:03:39 UTC (rev 2060)
+++ trunk/grub2/loader/i386/efi/linux.c	2009-04-03 20:19:36 UTC (rev 2061)
@@ -306,7 +306,7 @@
       if (! grub_memcmp (guid, &acpi2_guid, sizeof (grub_efi_guid_t)))
 	{
 	  acpi = grub_efi_system_table->configuration_table[i].vendor_table;
-	  grub_printf ("ACPI2: %p\n", acpi);
+	  grub_dprintf ("linux", "ACPI2: %p\n", acpi);
 	}
       else if (! grub_memcmp (guid, &acpi_guid, sizeof (grub_efi_guid_t)))
 	{
@@ -315,7 +315,7 @@
 	  t = grub_efi_system_table->configuration_table[i].vendor_table;
 	  if (! acpi)
 	    acpi = t;
-	  grub_printf ("ACPI: %p\n", t);
+	  grub_dprintf ("linux", "ACPI: %p\n", t);
 	}
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.