2009-08-15 Vladimir Serbinenko <phcoder@gmail.com>

* fs/affs.c (grub_affs_read_symlink): Change leftover grub_printf into
	grub_dprintf.
	* fs/fat.c (grub_fat_read_data): Likewise.
This commit is contained in:
phcoder 2009-08-15 14:45:08 +00:00
parent e1f39873bc
commit 7cef4f7534
3 changed files with 9 additions and 3 deletions

View file

@ -423,8 +423,8 @@ grub_fat_read_data (grub_disk_t disk, struct grub_fat_data *data,
}
#if 0
grub_printf ("%s:%d: fat_size=%d, next_cluster=%u\n",
__FILE__, __LINE__, data->fat_size, next_cluster);
grub_dprintf ("fat", "fat_size=%d, next_cluster=%u\n",
data->fat_size, next_cluster);
#endif
/* Check the end. */