Author: hpoussin
Date: Mon Sep 28 11:30:27 2009
New Revision: 43197
URL:
http://svn.reactos.org/svn/reactos?rev=43197&view=rev
Log:
Fix debug message
Modified:
trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/hardware.c [iso-8859-1] Mon Sep 28
11:30:27 2009
@@ -921,7 +921,7 @@
//
// Return number of disks
//
- DPRINTM(DPRINT_HWDETECT, "Retrieving %lu INT13 disks\\0\n");
+ DPRINTM(DPRINT_HWDETECT, "Retrieving %lu INT13 disks\\0\n", DiskCount);
return DiskCount;
};