[2502] 2009-08-17 Robert Millan <[email protected]>

Robert Millan <[email protected]> Mon, 17 Aug 2009 12:46:58 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2502
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2502
Author:   robertmh
Date:     2009-08-17 12:46:58 +0000 (Mon, 17 Aug 2009)
Log Message:
-----------
2009-08-17  Robert Millan  <[email protected]>

        * fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the
        grub_dprintf() that was just added.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/fs/fat.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-08-17 12:44:28 UTC (rev 2501)
+++ trunk/grub2/ChangeLog	2009-08-17 12:46:58 UTC (rev 2502)
@@ -1,5 +1,10 @@
 2009-08-17  Robert Millan  <[email protected]>
 
+	* fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the
+	grub_dprintf() that was just added.
+
+2009-08-17  Robert Millan  <[email protected]>
+
 	* loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT)
 	(DEFAULT_VIDEO_MODE): Remove macros.
 	(grub_linux_boot): Remove assumption that Linux has FB support,

Modified: trunk/grub2/fs/fat.c
===================================================================
--- trunk/grub2/fs/fat.c	2009-08-17 12:44:28 UTC (rev 2501)
+++ trunk/grub2/fs/fat.c	2009-08-17 12:46:58 UTC (rev 2502)
@@ -422,10 +422,8 @@
 	      break;
 	    }
 
-#if 0
 	  grub_dprintf ("fat", "fat_size=%d, next_cluster=%u\n",
 			data->fat_size, next_cluster);
-#endif
 
 	  /* Check the end.  */
 	  if (next_cluster >= data->cluster_eof_mark)