Skip to content

Commit

Permalink
qr code maker
Browse files Browse the repository at this point in the history
  • Loading branch information
jRimbault committed Jan 12, 2024
1 parent b2dd530 commit 075a3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qr/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() -> Result<()> {
scope.spawn(move || {
let encoder = QrFileEncoder::new(file);
for (i, image) in encoder.into_iter().enumerate() {
log::trace!("encoded part of {name}");
log::debug!("encoded part of {name}");
sender
.send((format!("{:02}-{name}.png", i + 1), image))
.unwrap();
Expand Down

0 comments on commit 075a3d3

Please sign in to comment.