Skip to content

Commit

Permalink
chore: updated log
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Mar 1, 2024
1 parent 29eaa35 commit b5b9fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/src/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ pub async fn start_watch(datastore: Arc<Store>, sender: Sender<CardEvent>) -> Re
card.mount = mount.clone();
Ok(())
});

// All has failed. We have no clue how to get to the libary of this MicroSD card.
// Lets hope it somehow magically fixes itself the next time around
if !has_libraryfolder(&mount) {
error!("Unable to determine the mount point for the MicroSD card. Nothing worked :(");
continue
error!("Unable to determine the mount point for the MicroSD card");
continue;
}
}

Expand Down

0 comments on commit b5b9fa7

Please sign in to comment.