diff --git a/src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp b/src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp index 4dca0f783d..fbceec9ef4 100644 --- a/src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp +++ b/src/system/kernel/disk_device_manager/KDiskDeviceManager.cpp @@ -73,20 +73,20 @@ struct KDiskDeviceManager::PartitionMap : VectorMap > { }; - + // DeviceMap struct KDiskDeviceManager::DeviceMap : VectorMap > { }; - + // DiskSystemMap struct KDiskDeviceManager::DiskSystemMap : VectorMap > { }; - + // PartitionSet struct KDiskDeviceManager::PartitionSet : VectorSet { }; @@ -938,7 +938,7 @@ KDiskDeviceManager::_RescanDiskSystems(bool fileSystems) break; } name.UnlockBuffer(); - + if (FindDiskSystem(name.Path())) continue; @@ -1241,7 +1241,7 @@ KDiskDeviceManager::_ScanPartition(KPartition *partition) void *cookie = NULL; float priority = diskSystem->Identify(partition, &cookie); - DBG(OUT(" returned: %ld/1000\n", int32(1000 * priority))); + DBG(OUT(" returned: %g\n", priority)); if (priority >= 0 && priority > bestPriority) { // new best disk system