]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-08-17 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Mon, 17 Aug 2009 12:46:58 +0000 (12:46 +0000)
committerrobertmh <robertmh@localhost>
Mon, 17 Aug 2009 12:46:58 +0000 (12:46 +0000)
        * fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the
        grub_dprintf() that was just added.

ChangeLog
fs/fat.c

index 7374c3903f027b270f14f2ade522f29ddd27be86..c0f4c9fdf4222ddf53043ccb31672b079ed8b860 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-17  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the
+       grub_dprintf() that was just added.
+
 2009-08-17  Robert Millan  <rmh.grub@aybabtu.com>
 
        * loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT)
index 024e8c6841ea72d9ae529911ff291f4c9cbebb16..8440e43fa5b7b142a2a7e8859236f7016adae2ed 100644 (file)
--- a/fs/fat.c
+++ b/fs/fat.c
@@ -422,10 +422,8 @@ grub_fat_read_data (grub_disk_t disk, struct grub_fat_data *data,
              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)