diff --git a/WatcherAgent/src/hardware/disk.rs b/WatcherAgent/src/hardware/disk.rs index 30a6cbc..0365bff 100644 --- a/WatcherAgent/src/hardware/disk.rs +++ b/WatcherAgent/src/hardware/disk.rs @@ -50,7 +50,7 @@ pub fn get_disk_utitlization() -> Result<(f64, f64, f64, f64), Box> { let disks = Disks::new_with_refreshed_list(); for disk in disks.list() { - // Ignoriere CD-ROMs und kleine Systempartitionen + // Ignoriere kleine Systempartitionen println!( "Disk_Name: {:?}, Disk_Kind: {}, Total: {}, Available: {}",