* grub-core/video/readers/jpeg.c: Use grub_dprintf for debug statements
rather than printf. * grub-core/video/readers/tga.c: Likewise.
This commit is contained in:
parent
1eed0e6ebc
commit
47cf82b461
3 changed files with 9 additions and 7 deletions
|
@ -693,9 +693,7 @@ grub_jpeg_decode_jpeg (struct grub_jpeg_data *data)
|
|||
if (grub_errno)
|
||||
break;
|
||||
|
||||
#ifdef JPEG_DEBUG
|
||||
grub_printf ("jpeg marker: %x\n", marker);
|
||||
#endif
|
||||
grub_dprintf ("jpeg", "jpeg marker: %x\n", marker);
|
||||
|
||||
switch (marker)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue