We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51122a commit 8cb4debCopy full SHA for 8cb4deb
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