Skip to content

Commit

Permalink
arc device types
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 28, 2021
1 parent fbf24fb commit 1175230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rgbmon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,10 @@ fn main() {
}
}
}
let device_types = std::sync::Arc::new(&opts.device_types);
debug!(
"Device types managed: {}",
opts.device_types
device_types
.clone()
.into_iter()
.map(|i| i.to_string() + " ")
Expand Down

0 comments on commit 1175230

Please sign in to comment.