Fix #131
This commit is contained in:
parent
875af674a1
commit
39e8866b97
|
@ -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…
Reference in New Issue