* 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:
Vladimir 'phcoder' Serbinenko 2013-05-07 11:37:11 +02:00
parent 1eed0e6ebc
commit 47cf82b461
3 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1,9 @@
2013-05-07 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/video/readers/jpeg.c: Use grub_dprintf for debug statements
rather than printf.
* grub-core/video/readers/tga.c: Likewise.
2013-05-07 Vladimir Serbinenko <phcoder@gmail.com>
* tests/priority_queue_unit_test.cc: New test.