diff --git a/ChangeLog b/ChangeLog index 7374c3903..c0f4c9fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-17 Robert Millan + + * fs/fat.c (grub_fat_read_data): Remove `#if 0' braces around the + grub_dprintf() that was just added. + 2009-08-17 Robert Millan * loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT) diff --git a/fs/fat.c b/fs/fat.c index 024e8c684..8440e43fa 100644 --- 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)