Skip to content

Commit 895bc12

Browse files
authored
Add disclaimer (#8)
2 parents b0c287d + 8cb4deb commit 895bc12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ async fn main() -> Result<()> {
114114
];
115115

116116
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.");
117119
groups.push(Box::new(SystemRecorder::new(host_executor.clone())));
118120
}
119121

0 commit comments

Comments
 (0)