mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix #131
This commit is contained in:
parent
875af674a1
commit
39e8866b97
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class Core(
|
|||
log.warning("Error pausing torrent %s", torrent_id)
|
||||
|
||||
def export_move_torrent(self, torrent_ids, dest):
|
||||
log.debug("Moving torrents %s to %s", torrent_id, dest)
|
||||
log.debug("Moving torrents %s to %s", torrent_ids, dest)
|
||||
for torrent_id in torrent_ids:
|
||||
if not self.torrents[torrent_id].move_storage(dest):
|
||||
log.warning("Error moving torrent %s to %s", torrent_id, dest)
|
||||
|
|
Loading…
Add table
Reference in a new issue