[ros-diffs] [hpoussin] 43197: Fix debug message

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Mon Sep 28 11:30:28 CEST 2009


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/i386/hardware.c?rev=43197&r1=43196&r2=43197&view=diff
==============================================================================
--- 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;
 };
 




More information about the Ros-diffs mailing list