It compiles now

This commit is contained in:
Igor Katson 2024-04-30 09:02:18 +01:00
parent 42bbf84ea5
commit 67c22c9313
4 changed files with 22 additions and 8 deletions

View file

@ -461,10 +461,9 @@ async fn async_main(opts: Opts) -> anyhow::Result<()> {
Ok(v) => match v {
AddTorrentResponse::AlreadyManaged(id, handle) => {
info!(
"torrent {:?} is already managed, id={}, downloaded to {:?}",
"torrent {:?} is already managed, id={}",
handle.info_hash(),
id,
handle.info().out_dir
);
continue;
}