Skip to content

Commit

Permalink
Fix missing log
Browse files Browse the repository at this point in the history
  • Loading branch information
Benji377 committed Sep 25, 2024
1 parent d5b2916 commit 696af71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions src/backend/utils/usb_utils.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use std::{fmt::Display, path::PathBuf};

#[cfg(not(target_os = "windows"))]
use log::debug;
#[cfg(target_os = "windows")]
use log::warn;
use log::{debug, info,warn};
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash, Default)]
Expand Down

0 comments on commit 696af71

Please sign in to comment.