mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
Fix debug message
svn path=/trunk/; revision=43197
This commit is contained in:
parent
e97d4af887
commit
04b1587c63
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ GetDiskCount(PCONFIGURATION_COMPONENT_DATA BusKey)
|
|||
//
|
||||
// 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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue