We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0c287d + 8cb4deb commit 895bc12Copy full SHA for 895bc12
1 file changed
src/main.rs
@@ -114,6 +114,8 @@ async fn main() -> Result<()> {
114
];
115
116
if record_hostinfo {
117
+ println!("Collecting information about the current host as part of locally-generated preinstall report.");
118
+ println!("The information collected will remain on this host.");
119
groups.push(Box::new(SystemRecorder::new(host_executor.clone())));
120
}
121
0 commit comments