Skip to content

Commit

Permalink
Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cholcombe973 committed Sep 20, 2017
1 parent 8c1275e commit acc190b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/test_disk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,13 @@ fn run_checks(device_info: &Device) -> Result<Status> {
false => {
// OSD is mounted but disk device does not exist. Did someone
// pull the disk?
debug!("Device does not exist: {:?}", device);
}
};
}
None => {
// It's not mounted. Lets run an check/repair on it
debug!("Device is not mounted: {:?}", device);
}
};
}
Expand Down

0 comments on commit acc190b

Please sign in to comment.