Index: /trunk/src/VBox/Devices/PC/BIOS-new/eltorito.c
===================================================================
--- /trunk/src/VBox/Devices/PC/BIOS-new/eltorito.c	(revision 39564)
+++ /trunk/src/VBox/Devices/PC/BIOS-new/eltorito.c	(revision 39565)
@@ -712,6 +712,6 @@
             goto int13_success;
 
-        BX_INFO("%s: read %u sectors @ LBA %lu to %04X:%04X\n",
-                __func__, count, lba, segment, offset);
+        BX_DEBUG_INT13_CD("%s: read %u sectors @ LBA %lu to %04X:%04X\n",
+                          __func__, count, lba, segment, offset);
 
         _fmemset(&atacmd, 0, 12);
