Skip to content

Commit

Permalink
Remove redundant error message from missing system config file
Browse files Browse the repository at this point in the history
This file is now generated at runtime if one doesn't exist, and a
warning is placed at gen time.
  • Loading branch information
jkcoxson committed Jan 8, 2025
1 parent 86c601e commit a81383a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ impl SharedDevices {
// Create the directory
std::fs::create_dir(&plist_storage).expect("Unable to create plist storage folder");
info!("Created plist storage!");
error!("You are missing a system configuration file. Run usbmuxd to create one.")
} else {
trace!("Plist storage exists");
}
Expand Down

0 comments on commit a81383a

Please sign in to comment.