Fix the bug thanks to e2e test

This commit is contained in:
Igor Katson 2024-08-14 11:24:19 +01:00
parent cd87acdab2
commit 5384f8c9db
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 23 additions and 13 deletions

View file

@ -1053,7 +1053,7 @@ impl Session {
}
}
ReadMetainfoResult::ChannelClosed { .. } => {
bail!("DHT died, no way to discover torrent metainfo")
bail!("input address stream exhausted, no way to discover torrent metainfo")
}
}
}