This commit is contained in:
Andrew Resch 2008-04-01 07:46:41 +00:00
parent 875af674a1
commit 39e8866b97
1 changed files with 1 additions and 1 deletions

View File

@ -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)