It compiles now
This commit is contained in:
parent
42bbf84ea5
commit
67c22c9313
4 changed files with 22 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue